aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-07-09 22:49:18 +0200
committerShauren <shauren.trinity@gmail.com>2022-01-22 01:21:52 +0100
commitb0ae542a73af74232f535ccb0e4c5cd4ba4fe092 (patch)
tree3e17bff716b165219e95d184433d8c62f148ba50
parenta77ce9466736f13dc3bec11bde33c4884dcd4b7c (diff)
DB/Creature: Standardize creature respawn time part 7
Closes #24978 (cherry picked from commit 1943f7fc0760f416000eef75d9cdc948850cae7e)
-rw-r--r--sql/updates/world/master/2022_01_21_55_world_2020_07_09_04_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_21_55_world_2020_07_09_04_world.sql b/sql/updates/world/master/2022_01_21_55_world_2020_07_09_04_world.sql
new file mode 100644
index 00000000000..7266e9d577f
--- /dev/null
+++ b/sql/updates/world/master/2022_01_21_55_world_2020_07_09_04_world.sql
@@ -0,0 +1,5 @@
+--
+UPDATE `creature` SET `spawntimesecs` = 300 WHERE `id` IN (1750,1751,1891,1892,1893,1894,1895,1896,2106,3528,3529,3530,3531,3532,3533,11285,11406,23011,23012);
+UPDATE `creature` SET `spawntimesecs` = 300 WHERE `id` IN (24938,24960,24966,24976,24978,25060,25073,25084,25087,25115) AND `spawntimesecs` = 600;
+UPDATE `creature` SET `spawntimesecs` = 300 WHERE `id` IN (1750,1751,1891,1892,1893,1894,1895,1896,2106,3528,3529,3530,3531,3532,3533,11285,11406,23011,23012);
+UPDATE `creature` SET `spawntimesecs` = 300 WHERE `id` IN (1420,6827,890,1933,3300,3835,6145,6368,14361,14881,15475,16030,16068,17213,26525,28093,28407,29328,30140,31685,32258,32261,32498);