[7058] Add 669 summon type

Fix typo in mangosd.conf (by SergiK_KilleR)

Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
DiSlord 2009-01-09 19:28:27 +03:00
parent fb10c7c8f2
commit b968b36979
4 changed files with 5 additions and 3 deletions

View file

@ -2076,6 +2076,7 @@ enum SummonType
SUMMON_TYPE_UNKNOWN5 = 409, SUMMON_TYPE_UNKNOWN5 = 409,
SUMMON_TYPE_UNKNOWN2 = 427, SUMMON_TYPE_UNKNOWN2 = 427,
SUMMON_TYPE_POSESSED2 = 428, SUMMON_TYPE_POSESSED2 = 428,
SUMMON_TYPE_FORCE_OF_NATURE = 669,
SUMMON_TYPE_GUARDIAN2 = 1161 SUMMON_TYPE_GUARDIAN2 = 1161
}; };

View file

@ -3139,6 +3139,7 @@ void Spell::EffectSummonType(uint32 i)
case SUMMON_TYPE_GUARDIAN: case SUMMON_TYPE_GUARDIAN:
case SUMMON_TYPE_POSESSED: case SUMMON_TYPE_POSESSED:
case SUMMON_TYPE_POSESSED2: case SUMMON_TYPE_POSESSED2:
case SUMMON_TYPE_FORCE_OF_NATURE:
case SUMMON_TYPE_GUARDIAN2: case SUMMON_TYPE_GUARDIAN2:
EffectSummonGuardian(i); EffectSummonGuardian(i);
break; break;

View file

@ -346,9 +346,9 @@ LogColors = ""
# #
# Expansion # Expansion
# Allow server use content from expansion # Allow server use content from expansion
# 2 - check expansion 2 maps existence, and if client support expansion 2 and account have # Default: 2 - check expansion 2 maps existence, and if client support expansion 2 and account have
# expansion 2 setting then allow visit expansion 2 maps, allow create new class character) # expansion 2 setting then allow visit expansion 2 maps, allow create new class character)
# Default: 1 - check expansion 1 maps existence, and if client support expansion 1 and account have # 1 - check expansion 1 maps existence, and if client support expansion 1 and account have
# expansion 1 setting then allow visit expansion 1 maps, allow create new races character) # expansion 1 setting then allow visit expansion 1 maps, allow create new races character)
# 0 - not check expansion maps existence, not allow wisit its, not allow create new race or new class # 0 - not check expansion maps existence, not allow wisit its, not allow create new race or new class
# characters, ignore account expansion setting) # characters, ignore account expansion setting)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "7057" #define REVISION_NR "7058"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__