From 1246cb005853dfa3ba284a4efb84685cdc21b2b6 Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 22 Jul 2019 15:25:50 +0200 Subject: DB/GameObject: Fix the horde version of Dusty Journal --- sql/updates/world/3.3.5/2019_07_22_04_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_07_22_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_07_22_04_world.sql b/sql/updates/world/3.3.5/2019_07_22_04_world.sql new file mode 100644 index 00000000000..a64413edb98 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_22_04_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject` SET `id`=194341 WHERE `id`=194340 AND `guid`=150115; +UPDATE `gameobject_loot_template` SET `LootMode`=1 WHERE `entry`=26878; -- cgit v1.2.3