aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-26 16:19:11 -0500
committermegamage <none@none>2009-05-26 16:19:11 -0500
commit8b26c1c728ad05046210605385d970b4352919e9 (patch)
treedf819e83977c153210ef512eada2608e31af588a /src/game/Chat.h
parent0652c95126d35ffcdfe7830ac873fe5b23183d93 (diff)
[7893] Fixed work chat guild commands that expect guild name in args. Now guild name always must be in "". Author: VladimirMangos
--HG-- branch : trunk
Diffstat (limited to 'src/game/Chat.h')
-rw-r--r--src/game/Chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h
index f7a587ce463..725217ef69b 100644
--- a/src/game/Chat.h
+++ b/src/game/Chat.h
@@ -574,6 +574,7 @@ class ChatHandler
// if args have single value then it return in arg2 and arg1 == NULL
void extractOptFirstArg(char* args, char** arg1, char** arg2);
+ char* extractQuotedArg(char* args);
uint32 extractSpellIdFromLink(char* text);
uint64 extractGuidFromLink(char* text);