fix(DB/Creature): Fix Incendosaur Respawn Timer (#8296)

This commit is contained in:
Asthalor
2021-10-06 10:20:56 +02:00
committed by GitHub
parent 0d411ec2c3
commit 13aaeb25f6

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633501534792643595');
-- Change the spawn time of Incendosaur from 500 seconds (9 minutes) to 60 seconds (1 minute)
UPDATE `creature` SET `spawntimesecs` = 60 WHERE (`id` = 9318) AND (`guid` IN (5874 , 5876, 5878, 5879, 5883, 5899 ,5901, 5902, 5904, 5905, 5906, 5907, 5911));