mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 02:06:50 +00:00
[Loading] Zone Version Loading Fixes (#2233)
* Zone version loading fixes * Remove errant code
This commit is contained in:
+1
-1
@@ -2356,7 +2356,7 @@ const NPCType *ZoneDatabase::LoadNPCTypesData(uint32 npc_type_id, bool bulk_load
|
||||
SQL(
|
||||
id IN (
|
||||
select npcID from spawnentry where spawngroupID IN (
|
||||
select spawngroupID from spawn2 where `zone` = '{}' and `version` = {}
|
||||
select spawngroupID from spawn2 where `zone` = '{}' and (`version` = {} OR `version` = -1)
|
||||
)
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user