Fix column cases to make people happy

If you already sourced, too fucking bad.
This commit is contained in:
Michael Cook (mackal)
2018-09-08 00:09:14 -04:00
parent 4276bf3208
commit 00e44285a7
3 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -143,10 +143,10 @@ bool ZoneDatabase::GetZoneCFG(uint32 zoneid, uint16 instance_id, NewZone_Struct
"snow_duration2, " // 53
"snow_duration3, " // 54
"snow_duration4, " // 55
"gravity, " // 56
"FastRegenHP, " // 57
"FastRegenMana, " // 58
"FastRegenEndurance " // 59
"gravity, " // 56
"fast_regen_hp, " // 57
"fast_regen_mana, " // 58
"fast_regen_endurance " // 59
"FROM zone WHERE zoneidnumber = %i AND version = %i",
zoneid, instance_id);
auto results = QueryDatabase(query);