From 5ed5513ca82712a6e3691add2c9a0f005d80426f Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 31 May 2009 15:56:51 -0500 Subject: Mangos [7911]. Author: tomrus88 Very big patch. May cause bugs. --HG-- branch : trunk --- src/game/Level3.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/Level3.cpp') diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index 0b883b137de..d384efc1b07 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -3779,7 +3779,7 @@ bool ChatHandler::HandleLookupTaxiNodeCommand(const char * args) bool ChatHandler::HandleGuildCreateCommand(const char* args) { if(!*args) - return false; + return false; // if not guild name only (in "") then player name Player* target; @@ -3818,7 +3818,7 @@ bool ChatHandler::HandleGuildCreateCommand(const char* args) bool ChatHandler::HandleGuildInviteCommand(const char *args) { if(!*args) - return false; + return false; // if not guild name only (in "") then player name uint64 target_guid; -- cgit v1.2.3