mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 19:37:04 +00:00
[7893] Fixed work chat guild commands that expect guild name in args. Now guild name always must be in "".
This commit is contained in:
parent
4e1166ded5
commit
f271fd6819
8 changed files with 68 additions and 87 deletions
|
|
@ -497,6 +497,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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue