Sorikoff
Sorikoff
Not bug but feature.
Just kidding :)
@kaushikgopal 👋 Desugaring is available for 2+ years already, I think. And [some solutions](https://github.com/JakeWharton/ThreeTenABP) exist for even longer time... so with this major update it might be the right time...
Fix for Vrykul Harpoon Gun (27992): ```sql UPDATE `creature_template` SET `unit_flags`=`unit_flags`|4, `spell1`=43986, `spell2`=43997, `AIName`='SmartAI' WHERE `entry`=27992; ```
Forgot about the condition :) ```sql DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=50331; INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES (13,1,50331,0,0,31,0,3,27992,0,0,0,0,'', 'Target Valkry Harpoon Gun'); ```