[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*/)
{
uint32 mana = 0;
int32 mana = 0;
for(int slot = 0; slot < MAX_TOTEM; ++slot)
{
if(!m_caster->m_TotemSlot[slot])