[7791] Compile fix of [7789].

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-05-06 14:26:59 +02:00
parent e0f5561cae
commit ab170653fc
2 changed files with 2 additions and 2 deletions

View file

@ -6155,7 +6155,7 @@ void Spell::EffectSummonDeadPet(uint32 /*i*/)
void Spell::EffectDestroyAllTotems(uint32 /*i*/) void Spell::EffectDestroyAllTotems(uint32 /*i*/)
{ {
uint32 mana = 0; int32 mana = 0;
for(int slot = 0; slot < MAX_TOTEM; ++slot) for(int slot = 0; slot < MAX_TOTEM; ++slot)
{ {
if(!m_caster->m_TotemSlot[slot]) if(!m_caster->m_TotemSlot[slot])

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 "7790" #define REVISION_NR "7791"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__