diff options
author | Killyana <morphone1@gmail.com> | 2019-07-22 15:25:50 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-17 00:38:43 +0100 |
commit | 954ab40f3e9bb0b288d49d7ae6bd153934e6abd2 (patch) | |
tree | 7d81bad0c61113690d4ab6c6c4c64406f1d40ede | |
parent | 5c11a0116147352acac9b3fde235d3b8e6f4c87a (diff) |
DB/GameObject: Fix the horde version of Dusty Journal
(cherry picked from commit 1246cb005853dfa3ba284a4efb84685cdc21b2b6)
-rw-r--r-- | sql/updates/world/master/2021_12_16_30_world_2019_07_22_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_16_30_world_2019_07_22_04_world.sql b/sql/updates/world/master/2021_12_16_30_world_2019_07_22_04_world.sql new file mode 100644 index 00000000000..a64413edb98 --- /dev/null +++ b/sql/updates/world/master/2021_12_16_30_world_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; |