Skip to content

Commit

Permalink
Scripts/Gundrak: Added a missing entry in Gal Darah Stampede Charge s…
Browse files Browse the repository at this point in the history
…cript

Noob Keader, Shame !
  • Loading branch information
Keader committed Aug 18, 2019
1 parent 63bbf4a commit 61ad87d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/updates/world/3.3.5/2019_08_18_00_world.sql
Original file line number Diff line number Diff line change
@@ -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');
1 change: 1 addition & 0 deletions src/server/scripts/Northrend/Gundrak/boss_gal_darah.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 61ad87d

Please sign in to comment.