mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01: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