mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-16 13:00:42 -04:00
[8234] Implement support for explcit discovery spell 64323. Also better checks at loading. Author: VladimirMangos
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user