Scripted/Kezan: Fix warnings

This commit is contained in:
Vincent-Michael
2013-08-06 20:32:15 +02:00
parent 5af9056050
commit 0c96062687

View File

@@ -64,7 +64,7 @@ public:
bool IsWorking() const { return work; }
void UpdateAI(const uint32 diff) OVERRIDE
void UpdateAI(uint32 diff) OVERRIDE
{
if (IsWorking())
me->HandleEmoteCommand(EMOTE_ONESHOT_WORK_MINING);