diff options
author | Shauren <shauren.trinity@gmail.com> | 2012-04-11 22:47:54 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2012-04-11 22:47:54 +0200 |
commit | c2948f6352e7472b1ddfc3db0ac4526622a0ea98 (patch) | |
tree | 13dc407c387cc7e0682824ccfd0a6c16532cef6c | |
parent | c38820c3bde1994e575c21daf9fb3cf79326a038 (diff) |
Scripts/Trial of the Crusader: Fixed spell_powering_up_SpellScript once again
-rwxr-xr-x | src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_twin_valkyr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_twin_valkyr.cpp b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_twin_valkyr.cpp index 15c83be0104..241d6239f82 100755 --- a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_twin_valkyr.cpp +++ b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_twin_valkyr.cpp @@ -759,7 +759,7 @@ class spell_powering_up : public SpellScriptLoader uint32 spellId; - bool Load(SpellInfo const* /*spellEntry*/) + bool Load() { spellId = sSpellMgr->GetSpellIdForDifficulty(SPELL_SURGE_OF_SPEED, GetCaster()); if (!sSpellMgr->GetSpellInfo(spellId)) |