From d9009aa90ec9ca9886769ee74d5315172966a6d5 Mon Sep 17 00:00:00 2001 From: markvetx <78725204+markvetx@users.noreply.github.com> Date: Mon, 23 Aug 2021 18:19:44 +0000 Subject: [PATCH] fix(DB/creature): respawn timer for Timmy the Cruel (#7419) --- data/sql/updates/pending_db_world/rev_1629279891518261056.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1629279891518261056.sql diff --git a/data/sql/updates/pending_db_world/rev_1629279891518261056.sql b/data/sql/updates/pending_db_world/rev_1629279891518261056.sql new file mode 100644 index 000000000..532deea05 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1629279891518261056.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1629279891518261056'); + +UPDATE `creature` SET `spawntimesecs` = 86400 WHERE `guid` = 247227; +