aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Spells
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-05-27 23:13:47 +0200
committerShauren <shauren.trinity@gmail.com>2016-05-27 23:14:36 +0200
commitb82332487afd7233850e7eed996615b3fdd7248c (patch)
tree4f440c5643049ff69c2544560fd750629c7a5552 /src/server/scripts/Spells
parent31009887e35cf8db6e94bf5b6870b62538364bc4 (diff)
Core/DataStores: Updated db2 to 7.0.3.21737
Diffstat (limited to 'src/server/scripts/Spells')
-rw-r--r--src/server/scripts/Spells/spell_shaman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_shaman.cpp b/src/server/scripts/Spells/spell_shaman.cpp
index d41dcb42411..0829441e17a 100644
--- a/src/server/scripts/Spells/spell_shaman.cpp
+++ b/src/server/scripts/Spells/spell_shaman.cpp
@@ -1008,7 +1008,7 @@ class spell_sha_lava_surge_proc : public SpellScriptLoader
void ResetCooldown()
{
- GetCaster()->GetSpellHistory()->RestoreCharge(sSpellMgr->AssertSpellInfo(SPELL_SHAMAN_LAVA_BURST)->ChargeCategoryEntry);
+ GetCaster()->GetSpellHistory()->RestoreCharge(sSpellMgr->AssertSpellInfo(SPELL_SHAMAN_LAVA_BURST)->ChargeCategoryId);
}
void Register() override