mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Scripted/Kezan: Fix warnings
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user