mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
ChatChannels fix - test PR
DO NOT MERGE This is a test to see if it gets tripped up by Travis during the Linux build. If all okay, then this can be merged.
This commit is contained in:
parent
9d5d28e780
commit
3a9b00aafd
3 changed files with 5 additions and 2 deletions
|
|
@ -1035,6 +1035,7 @@ ChatChannelsEntry const* GetChannelEntryFor(uint32 channel_id)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
static ChatChannelsEntry worldCh = { 26, 4, "world" };
|
||||
|
||||
ChatChannelsEntry const* GetChannelEntryFor(const std::string& name)
|
||||
|
|
@ -1073,6 +1074,7 @@ ChatChannelsEntry const* GetChannelEntryFor(const std::string& name)
|
|||
|
||||
return NULL;
|
||||
}
|
||||
*/
|
||||
|
||||
bool IsTotemCategoryCompatiableWith(uint32 itemTotemCategoryId, uint32 requiredTotemCategoryId)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue