diff options
author | Spp <spp@jorge.gr> | 2012-09-10 13:03:38 +0200 |
---|---|---|
committer | Spp <spp@jorge.gr> | 2012-09-10 13:04:31 +0200 |
commit | 358c6a26d6cfea2bbfabee5a663c3a09056526c2 (patch) | |
tree | 93db6596bdbe27a470ce0ffd33ade863e1a8c068 /src/server/game/Handlers/NPCHandler.cpp | |
parent | 1efd2f9e333120b35ae910e19e03ddd1202e2775 (diff) |
Core: Warning fixes (Also some -pedantic under game folder)
Diffstat (limited to 'src/server/game/Handlers/NPCHandler.cpp')
-rwxr-xr-x | src/server/game/Handlers/NPCHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Handlers/NPCHandler.cpp b/src/server/game/Handlers/NPCHandler.cpp index f0c3093aa25..085e3c49157 100755 --- a/src/server/game/Handlers/NPCHandler.cpp +++ b/src/server/game/Handlers/NPCHandler.cpp @@ -44,7 +44,7 @@ enum StableResultCode STABLE_SUCCESS_STABLE = 0x08, // stable success STABLE_SUCCESS_UNSTABLE = 0x09, // unstable/swap success STABLE_SUCCESS_BUY_SLOT = 0x0A, // buy slot success - STABLE_ERR_EXOTIC = 0x0C, // "you are unable to control exotic creatures" + STABLE_ERR_EXOTIC = 0x0C // "you are unable to control exotic creatures" }; void WorldSession::HandleTabardVendorActivateOpcode(WorldPacket & recv_data) |