Scripts/Gundrak: Added a missing entry in Gal Darah Stampede Charge script

Noob Keader, Shame !
This commit is contained in:
Keader
2019-08-18 13:07:18 -03:00
parent 63bbf4a4be
commit 61ad87d106
2 changed files with 5 additions and 0 deletions

View 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');

View File

@@ -282,6 +282,7 @@ class spell_gal_darah_impaling_charge : public SpellScriptLoader
}
};
// 55220 - Stampede (Rhino Spirit Charge)
// 59823 - Stampede (Rhino Spirit Charge)
class spell_gal_darah_stampede_charge : public SpellScriptLoader
{