mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[11225] Add comments about spells related to spell 47110
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
710dce3f97
commit
a3f9d3a4dc
2 changed files with 4 additions and 1 deletions
|
|
@ -1512,6 +1512,9 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
|
|||
{
|
||||
uint32 spellId = 0;
|
||||
|
||||
// Spell 47117,47149,47316,47405,50439 exist, are these used to check area/meet requirement
|
||||
// and to cast correct spell in correct area?
|
||||
|
||||
switch(m_caster->GetAreaId())
|
||||
{
|
||||
case 4255: spellId = 47381; break; // Reagent Check (Frozen Mojo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue