[8876] Fixed spell 724 and ranks.

Required Db support (gameobject templates)

(backported from commit 6a4fd16)
This commit is contained in:
pasdVn 2009-11-26 02:22:34 +03:00 committed by VladimirMangos
parent 9c2ee856e0
commit 949dae6d1c
3 changed files with 5 additions and 1 deletions

View file

@ -2467,6 +2467,7 @@ enum SummonType
SUMMON_TYPE_QUEST_WILD = 587,
SUMMON_TYPE_INFERNO = 711,
SUMMON_TYPE_GUARDIAN2 = 713,
SUMMON_TYPE_LIGHTWELL = 1141,
SUMMON_TYPE_GUARDIAN3 = 1161,
SUMMON_TYPE_CREATURE = 1302,
SUMMON_TYPE_ELEMENTAL = 1561,

View file

@ -3390,6 +3390,9 @@ void Spell::EffectSummonType(uint32 i)
case SUMMON_TYPE_TOTEM:
EffectSummonTotem(i);
break;
case SUMMON_TYPE_LIGHTWELL:
EffectTransmitted(i);
break;
case SUMMON_TYPE_UNKNOWN1:
case SUMMON_TYPE_UNKNOWN2:
case SUMMON_TYPE_UNKNOWN3:

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8875"
#define REVISION_NR "8876"
#endif // __REVISION_NR_H__