Files
AscEmu/sql/world/updates/20230301-01_creature_spawns.sql
schnek 32b9748984 Resolved errors in cmake / added comments
Removed active triggers they are not used (invisibility type -15)
Increased maximum build id 48107, 12555
Removed std::string LogFileName, bool bLogChat - not used
Renamed men -> man
2023-03-04 23:02:06 +03:00

7 lines
328 B
SQL

-- fix cata Deathguard Elite
UPDATE `creature_spawns` SET `max_build`=15595 WHERE `id`=48107 AND `min_build`=12340;
-- fix cata Maggot Eye
UPDATE `creature_spawns` SET `max_build`=15595 WHERE `id`=12555 AND `min_build`=12340;
INSERT INTO `world_db_version` (`id`, `LastUpdate`) VALUES ('120', '20230301-01_creature_spawns');