aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2024-02-16 20:38:48 +0100
committerGitHub <noreply@github.com>2024-02-16 20:38:48 +0100
commit1da6b8b0d784468f9101f215f7f4071540083022 (patch)
tree4f22940cead3ae6fcd34f0edb1f2ab7ad09dedbb
parentca8db8e65cd9fee1fa25dde9e829ca346c54874c (diff)
DB/Creature: Fix Wild Turkey respawn time
closes #25672 by CraftedRO
-rw-r--r--sql/updates/world/3.3.5/2024_02_16_07_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_02_16_07_world.sql b/sql/updates/world/3.3.5/2024_02_16_07_world.sql
new file mode 100644
index 00000000000..9b930628069
--- /dev/null
+++ b/sql/updates/world/3.3.5/2024_02_16_07_world.sql
@@ -0,0 +1,2 @@
+-- Correct respawn time for Wild Turkey
+UPDATE `creature` SET `spawntimesecs` = 300 WHERE `id` = 32820;