mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-21 07:22:02 -04:00
@@ -205,7 +205,7 @@ bool ChatHandler::hasStringAbbr(const char* name, const char* part)
|
||||
if (!*part)
|
||||
return false;
|
||||
|
||||
for (;;)
|
||||
while (true)
|
||||
{
|
||||
if (!*part)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user