diff options
author | megamage <none@none> | 2009-05-03 22:21:46 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-03 22:21:46 -0500 |
commit | 1cfc04f1f59b0a3d8c75b901554cd05ec90158ce (patch) | |
tree | 3e74e030fd9c21b94d9e60c16629b0264b36d9d2 /src/game/Unit.h | |
parent | 5f167c56ef03ae7dfe69f3bd927612bf3cfa4991 (diff) |
[7745] Fixed gcc warnings. Author: AlexDereka
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r-- | src/game/Unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index 8100da3358e..6e6c42706b7 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1176,7 +1176,7 @@ class TRINITY_DLL_SPEC Unit : public WorldObject void SendHealSpellLog(Unit *pVictim, uint32 SpellID, uint32 Damage, bool critical, int32 gain); void SendEnergizeSpellLog(Unit *pVictim, uint32 SpellID, uint32 Damage,Powers powertype); - uint32 SpellNonMeleeDamageLog(Unit *pVictim, uint32 spellID, uint32 damage, bool isTriggeredSpell = false, bool useSpellDamage = true); + uint32 SpellNonMeleeDamageLog(Unit *pVictim, uint32 spellID, uint32 damage); void CastSpell(Unit* Victim, uint32 spellId, bool triggered, Item *castItem = NULL, AuraEffect* triggeredByAura = NULL, uint64 originalCaster = 0); void CastSpell(Unit* Victim, SpellEntry const *spellInfo, bool triggered, Item *castItem= NULL, AuraEffect* triggeredByAura = NULL, uint64 originalCaster = 0); void CastSpell(float x, float y, float z, uint32 spellId, bool triggered, Item *castItem = NULL, AuraEffect* triggeredByAura = NULL, uint64 originalCaster = 0); |