mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 20:51:29 +00:00
Fix for Feature/underworld, typo in SQL
This commit is contained in:
parent
69a8507908
commit
cc344ac98a
@ -167,7 +167,7 @@ bool ZoneDatabase::GetZoneCFG(
|
|||||||
"fast_regen_endurance, " // 59
|
"fast_regen_endurance, " // 59
|
||||||
"npc_max_aggro_dist, " // 60
|
"npc_max_aggro_dist, " // 60
|
||||||
"max_movement_update_range, " // 61
|
"max_movement_update_range, " // 61
|
||||||
"underwold_teleport_index " // 62
|
"underworld_teleport_index " // 62
|
||||||
"FROM zone WHERE zoneidnumber = %i AND version = %i %s",
|
"FROM zone WHERE zoneidnumber = %i AND version = %i %s",
|
||||||
zoneid,
|
zoneid,
|
||||||
instance_id,
|
instance_id,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user