lightweight tag 535779252adc713f11381a0c73a455d953796d50 1.3.1.2
Author:	Loxxar33 <nicolasrostan@ik.me>
Date:	Sun Mar 15 00:29:10 2026 +0100

commit 535779252adc713f11381a0c73a455d953796d50
Author: Loxxar33 <nicolasrostan@ik.me>
Date:   Sun Mar 15 00:29:10 2026 +0100

    Bump version to 1.3.1.2

commit 4e79baf20b62463cd6f86600bd8be9183383126d
Author: Loxxar33 <nicolasrostan@ik.me>
Date:   Sat Mar 14 23:09:42 2026 +0100

    Fix baseCd corruption from GCD false values
    
    GetSpellBaseCooldown can return 1500ms (the GCD) instead of the real
    spell cooldown for some interrupt spells in Midnight 12.0. This caused
    party members to display CD=1s in the tracker.
    
    - ReadMyBaseCd: ignore any value < 5s (no real interrupt CD is under 5s)
    - JOIN handler: same guard — reject incoming baseCd < 5s from other addon users

