From 3a56cdbd4a39ee1d74fbd1fe88d1fcce6628f381 Mon Sep 17 00:00:00 2001 From: r0m1ntik Date: Sun, 30 Aug 2020 17:18:15 +0200 Subject: [PATCH] Core/DB fix Icecrown Citadel Raid - Saurfang Intro Roleplay (#3261) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Stefano Borzì Co-authored-by: Francesco Borzì --- data/sql/updates/pending_db_world/rev_1596653878394001000.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1596653878394001000.sql diff --git a/data/sql/updates/pending_db_world/rev_1596653878394001000.sql b/data/sql/updates/pending_db_world/rev_1596653878394001000.sql new file mode 100644 index 000000000..f3a3fbee0 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1596653878394001000.sql @@ -0,0 +1,2 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1596653878394001000'); +UPDATE `creature` SET `id` = 37187 WHERE `id` = 32315;