diff options
author | Machiavelli <machiavelli.trinity@gmail.com> | 2012-04-11 22:35:23 +0300 |
---|---|---|
committer | Machiavelli <machiavelli.trinity@gmail.com> | 2012-04-11 22:35:23 +0300 |
commit | c38820c3bde1994e575c21daf9fb3cf79326a038 (patch) | |
tree | a2f43943c1593f6a85c24f9c222c7111c365fe7d /src | |
parent | da8c7d23441467b0da4555fcccf6028a3d9665c1 (diff) |
Scripts/Twin Valkyr: Fix a crash in spell_powering_up_SpellScript. Author: Vincent-Michael
Diffstat (limited to 'src')
-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 6252812e10a..15c83be0104 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 Validate(SpellInfo const* /*spellEntry*/) + bool Load(SpellInfo const* /*spellEntry*/) { spellId = sSpellMgr->GetSpellIdForDifficulty(SPELL_SURGE_OF_SPEED, GetCaster()); if (!sSpellMgr->GetSpellInfo(spellId)) |