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

This commit is contained in:
VladimirMangos 2009-07-23 17:12:46 +04:00
parent dce0941511
commit ae2f25ce64
4 changed files with 23 additions and 3 deletions

View file

@ -5036,6 +5036,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;