aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-16 12:00:14 -0600
committermegamage <none@none>2009-03-16 12:00:14 -0600
commit3eba06e4ad7c9b92babd3df14d0602212e60b7cc (patch)
tree2dde1616704447c9c2a0d0ab0c4d6cc523a2842f /src/game/Unit.h
parent2453f2212324d656676693fd2b420290797a9ebf (diff)
*Use SpellCastResult and finaly fix SPELL_CAST_OK value (255 custom value now). By VladimirMangos.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r--src/game/Unit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h
index c3b786f2715..c977a1f1b0e 100644
--- a/src/game/Unit.h
+++ b/src/game/Unit.h
@@ -1516,7 +1516,7 @@ class TRINITY_DLL_SPEC Unit : public WorldObject
void ClearComboPointHolders();
///----------Pet responses methods-----------------
- void SendPetCastFail(uint32 spellid, uint8 msg);
+ void SendPetCastFail(uint32 spellid, SpellCastResult msg);
void SendPetActionFeedback (uint8 msg);
void SendPetTalk (uint32 pettalk);
void SendPetSpellCooldown (uint32 spellid, time_t cooltime);