Scripts/LCT: fixed Siamat's Achievement 'Headed South'

This commit is contained in:
Ovahlord
2021-07-29 17:29:36 +02:00
parent c58d2752d3
commit 8cabdc6c85
2 changed files with 56 additions and 21 deletions

View File

@@ -0,0 +1,12 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_siamat_lightning_charge';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(93959, 'spell_siamat_lightning_charge');
DELETE FROM `spell_dbc` WHERE `Id`= 93957;
INSERT INTO `spell_dbc` (`Id`, `Attributes`, `AttributesEx`, `AttributesEx3`, `AttributesEx6`, `CastingTimeIndex`, `DurationIndex`, `RangeIndex`, `SchoolMask`, `Comment`) VALUES
(93957, 0x100, 0x10000000, 0x00100000, 0x00000400, 1, 36, 1, 1, '(Serverside/Non-DB2) Lightning Charge');
DELETE FROM `spelleffect_dbc` WHERE `Id`= 160111;
INSERT INTO `spelleffect_dbc` (`Id`, `Effect`, `EffectAura`, `EffectImplicitTargetA`, `EffectImplicitTargetB`, `SpellID`, `EffectIndex`, `Comment`) VALUES
(160111, 6, 4, 1, 0, 93957, 0, '(Serverside/Non-DB2) Lightning Charge');