mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 20:32:21 +01:00
Scripts/Gundrak: Added a missing entry in Gal Darah Stampede Charge script
Noob Keader, Shame !
This commit is contained in:
4
sql/updates/world/3.3.5/2019_08_18_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2019_08_18_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Missing 5 man normal spellid
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gal_darah_stampede_charge' AND `spell_id`=55220;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(55220,'spell_gal_darah_stampede_charge');
|
||||
Reference in New Issue
Block a user