mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[8234] Implement support for explcit discovery spell 64323. Also better checks at loading.
This commit is contained in:
parent
dce0941511
commit
ae2f25ce64
4 changed files with 23 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue