mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[8876] Fixed spell 724 and ranks.
Required Db support (gameobject templates) (backported from commit 6a4fd16)
This commit is contained in:
parent
9c2ee856e0
commit
949dae6d1c
3 changed files with 5 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8875"
|
||||
#define REVISION_NR "8876"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue