diff options
author | Killyana <morphone1@gmail.com> | 2019-07-22 15:25:50 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-07-22 15:25:50 +0200 |
commit | 1246cb005853dfa3ba284a4efb84685cdc21b2b6 (patch) | |
tree | 54d669cd17a33bcc96ee27b327ca2fd608b33f2d | |
parent | 00645b8d4cb67976e824a3a4baf1be5725092e6a (diff) |
DB/GameObject: Fix the horde version of Dusty Journal
-rw-r--r-- | sql/updates/world/3.3.5/2019_07_22_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |