mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[7791] Compile fix of [7789].
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
e0f5561cae
commit
ab170653fc
2 changed files with 2 additions and 2 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue