mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
setting spawn2.version to -1 will now properly spawn mobs in all zone versions (#1299)
This commit is contained in:
parent
cd08c96fa4
commit
e9cd0b15a2
@ -191,7 +191,8 @@ bool ZoneDatabase::LoadSpawnGroups(const char *zone_name, uint16 version, SpawnG
|
||||
WHERE
|
||||
spawn2.spawngroupID = spawngroup.ID
|
||||
AND
|
||||
spawn2.version = {} and zone = '{}'
|
||||
(spawn2.version = {} OR version = -1)
|
||||
AND zone = '{}'
|
||||
{}
|
||||
),
|
||||
version,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user