diff options
Diffstat (limited to 'src/game/NPCHandler.cpp')
-rw-r--r-- | src/game/NPCHandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/NPCHandler.cpp b/src/game/NPCHandler.cpp index fd23991392a..23077ec36be 100644 --- a/src/game/NPCHandler.cpp +++ b/src/game/NPCHandler.cpp @@ -835,3 +835,4 @@ void WorldSession::HandleRepairItemOpcode( WorldPacket & recv_data ) pGuild->SendMoneyInfo(this, _player->GetGUIDLow()); } } + |