diff options
author | megamage <none@none> | 2009-07-30 10:55:13 +0800 |
---|---|---|
committer | megamage <none@none> | 2009-07-30 10:55:13 +0800 |
commit | 65f01ac67ca0c9cefb640db853bc9a67a67436c4 (patch) | |
tree | a87937648bab685ab7ceebf1d50e849aac119272 /src/game/SpellEffects.cpp | |
parent | 3926cb174b7a5ff98a69705092831a7111333377 (diff) |
[8234] Implement support for explcit discovery spell 64323. Also better checks at loading. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r-- | src/game/SpellEffects.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 4bf42f13ac3..592145354d5 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -5089,6 +5089,7 @@ void Spell::EffectScriptEffect(uint32 effIndex) case 61177: // Northrend Inscription Research case 61288: // Minor Inscription Research case 61756: // Northrend Inscription Research (FAST QA VERSION) + case 64323: // Book of Glyph Mastery { if(m_caster->GetTypeId() != TYPEID_PLAYER) return; |