mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04: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)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11224"
|
||||
#define REVISION_NR "11225"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue