[8234] Implement support for explcit discovery spell 64323. Also better checks at loading. Author: VladimirMangos

--HG--
branch : trunk
This commit is contained in:
megamage
2009-07-30 10:55:13 +08:00
parent 3926cb174b
commit 65f01ac67c
3 changed files with 22 additions and 2 deletions

View File

@@ -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;