mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[8877] Revert "[8876] Fixed spell 724 and ranks."
This reverts commit 5b96e3a2250755dec615e683c54a2ed056739370. Spells expected summon creatures. This proved by related data.
This commit is contained in:
parent
949dae6d1c
commit
ce92d2e1d2
2 changed files with 1 additions and 4 deletions
|
|
@ -3390,9 +3390,6 @@ void Spell::EffectSummonType(uint32 i)
|
||||||
case SUMMON_TYPE_TOTEM:
|
case SUMMON_TYPE_TOTEM:
|
||||||
EffectSummonTotem(i);
|
EffectSummonTotem(i);
|
||||||
break;
|
break;
|
||||||
case SUMMON_TYPE_LIGHTWELL:
|
|
||||||
EffectTransmitted(i);
|
|
||||||
break;
|
|
||||||
case SUMMON_TYPE_UNKNOWN1:
|
case SUMMON_TYPE_UNKNOWN1:
|
||||||
case SUMMON_TYPE_UNKNOWN2:
|
case SUMMON_TYPE_UNKNOWN2:
|
||||||
case SUMMON_TYPE_UNKNOWN3:
|
case SUMMON_TYPE_UNKNOWN3:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8876"
|
#define REVISION_NR "8877"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue