From efbf8aac36f0be86be91f9648130f58fb25bbb3c Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sat, 3 Aug 2019 21:36:54 +0200 Subject: [PATCH] DB/TB: creatures on Tol'barad Peninsula will now have a respawn time of 2 minutes instead of 2 hours --- sql/updates/world/custom/custom_2019_08_03_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/custom/custom_2019_08_03_00_world.sql diff --git a/sql/updates/world/custom/custom_2019_08_03_00_world.sql b/sql/updates/world/custom/custom_2019_08_03_00_world.sql new file mode 100644 index 00000000000..d1ffdd3abd2 --- /dev/null +++ b/sql/updates/world/custom/custom_2019_08_03_00_world.sql @@ -0,0 +1 @@ +UPDATE `creature` SET `spawntimesecs`= 120 WHERE `map`= 732;