mirror of
https://github.com/araxiaonline/AscEmu.git
synced 2026-06-13 03:02:22 -04:00
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
7 lines
328 B
SQL
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');
|