From d1358c7edda38891692b4399ee75c50dfd4735cb Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Thu, 17 Feb 2022 11:09:52 +0100 Subject: [PATCH] fix(DB/Gameobjects): Basic Campfire should always give Cozy Fire (#10665) Fixes #10463 --- data/sql/updates/pending_db_world/rev_1644769226286430600.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1644769226286430600.sql diff --git a/data/sql/updates/pending_db_world/rev_1644769226286430600.sql b/data/sql/updates/pending_db_world/rev_1644769226286430600.sql new file mode 100644 index 000000000..3ab67efc7 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1644769226286430600.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1644769226286430600'); + +UPDATE `gameobject_template` SET `data6`=-1 WHERE `entry`=31442;