mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
My last sec. typo.
This commit is contained in:
parent
fc66d2729b
commit
4e4a10312c
1 changed files with 1 additions and 1 deletions
|
|
@ -5238,7 +5238,7 @@ void Spell::EffectScriptEffect(uint32 effIndex)
|
|||
case 57774: spellId1 = 20185; break; // Judgement of Light
|
||||
case 53408: spellId1 = 20186; break; // Judgement of Wisdom
|
||||
default:
|
||||
sLog.outError("Unsupported Judgement (seal trigger) spell (Id: %u) in Spell::EffectScriptEffect",m_spellInfo->Id)
|
||||
sLog.outError("Unsupported Judgement (seal trigger) spell (Id: %u) in Spell::EffectScriptEffect",m_spellInfo->Id);
|
||||
return;
|
||||
}
|
||||
// all seals have aura dummy in 2 effect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue