Few adjustments [skip ci[

This commit is contained in:
Akkadius
2020-04-18 19:46:19 -05:00
parent b8c44ee41b
commit 093509baa9
5 changed files with 21 additions and 18 deletions
+1 -1
View File
@@ -9298,7 +9298,7 @@ void Client::SetBotOption(BotOwnerOption boo, bool flag) {
void Client::SendToGuildHall()
{
std::string zone_short_name = "guildhall";
uint32 zone_id = database.GetZoneID(zone_short_name.c_str());
uint32 zone_id = content_db.GetZoneID(zone_short_name.c_str());
if (zone_id == 0) {
return;
}