diff options
author | offl <offl@users.noreply.github.com> | 2020-07-09 22:49:18 +0200 |
---|---|---|
committer | Killyana <Killyana@users.noreply.github.com> | 2020-07-09 22:49:18 +0200 |
commit | 1943f7fc0760f416000eef75d9cdc948850cae7e (patch) | |
tree | e95ec17fe0f9801a5aeaec8a54951d633da9490a | |
parent | 6c806490d339b78e7de5a6ddf49c91f4dca0c751 (diff) |
DB/Creature: Standardize creature respawn time part 7
Closes #24978
-rw-r--r-- | sql/updates/world/3.3.5/2020_07_09_04_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_07_09_04_world.sql b/sql/updates/world/3.3.5/2020_07_09_04_world.sql new file mode 100644 index 00000000000..7266e9d577f --- /dev/null +++ b/sql/updates/world/3.3.5/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); |