diff --git a/zone/zonedb.cpp b/zone/zonedb.cpp index 59a85b79b..0db41f51c 100644 --- a/zone/zonedb.cpp +++ b/zone/zonedb.cpp @@ -146,7 +146,7 @@ bool ZoneDatabase::GetZoneCFG(uint32 zoneid, uint16 instance_id, NewZone_Struct "gravity, " // 56 "FastRegenHP, " // 57 "FastRegenMana, " // 58 - "FastRegenEndurance, " // 59 + "FastRegenEndurance " // 59 "FROM zone WHERE zoneidnumber = %i AND version = %i", zoneid, instance_id); auto results = QueryDatabase(query);