mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +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*/)
|
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])
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue