mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
Build fixes made and tabs turned into spaces
A few build fixes made. Tabs converted into spaces, although it does not seem to show that in the list of changes!
This commit is contained in:
parent
669502916a
commit
bcf0a9b25a
7 changed files with 167 additions and 6 deletions
|
|
@ -2018,7 +2018,7 @@ bool ChatHandler::isValidChatMessage(const char* message)
|
|||
}
|
||||
else if (linkedItem)
|
||||
{
|
||||
DBCString suffix = itemSuffix?itemSuffix->nameSuffix:(itemProperty?itemProperty->nameSuffix:NULL);
|
||||
char* suffix = itemSuffix ? itemSuffix->nameSuffix : (itemProperty ? itemProperty->nameSuffix : NULL);
|
||||
|
||||
std::string expectedName = std::string(linkedItem->Name1);
|
||||
if (suffix)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue