mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +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');
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user