[11225] Add comments about spells related to spell 47110

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
virusav 2011-03-06 12:39:31 +01:00 committed by NoFantasy
parent 710dce3f97
commit a3f9d3a4dc
2 changed files with 4 additions and 1 deletions

View file

@ -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)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11224"
#define REVISION_NR "11225"
#endif // __REVISION_NR_H__