aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Handlers/TradeHandler.cpp
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-07-11 10:22:27 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2014-07-11 10:22:27 +0200
commit04c2f6ca1415df084ae81dd9c09cb3028880cbef (patch)
treea98e8e922c7cf10055133461f4ed4e59521ef618 /src/server/game/Handlers/TradeHandler.cpp
parentcbcfa73e65afaebd61b6f829f6e48b636c1d4200 (diff)
Core/LFG: Move 2 logs in trace
Diffstat (limited to 'src/server/game/Handlers/TradeHandler.cpp')
-rw-r--r--src/server/game/Handlers/TradeHandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Handlers/TradeHandler.cpp b/src/server/game/Handlers/TradeHandler.cpp
index 862c6a6204e..f6c403acb66 100644
--- a/src/server/game/Handlers/TradeHandler.cpp
+++ b/src/server/game/Handlers/TradeHandler.cpp
@@ -57,8 +57,8 @@ void WorldSession::SendTradeStatus(TradeStatus status, int8 clearSlot)
data << uint32(0); // InventoryResult
break;
case TRADE_STATUS_ONLY_CONJURED: // Not Implemented
- case TRADE_STATUS_NOT_ELIGIBLE:
- // Used when trading loot soulbound items with people that are not eligible (TRADE_STATUS_NOT_ELIGIBLE),
+ case TRADE_STATUS_NOT_ELIGIBLE:
+ // Used when trading loot soulbound items with people that are not eligible (TRADE_STATUS_NOT_ELIGIBLE),
// and when trying to trade items with players in other realms when in a cross realm BG, you can only trade conjured goods with them (TRADE_STATUS_ONLY_CONJURED)
data.FlushBits();
data << int8(clearSlot); // Trade slot to clear, -1 = Clear the money amount