diff options
author | Killyana <morphone1@gmail.com> | 2019-06-20 11:36:47 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-11 16:24:27 +0100 |
commit | cf6b2586d82ab7a3650b19782106a7c6598cb5ab (patch) | |
tree | d6ee0bcb49e7e33bccadb4e82e0ca26773580027 | |
parent | 07dcb28f80b958e7dd5784a074f7ed013527d92f (diff) |
DB/Loot: Remove wrong loot from Dusty Journal
(cherry picked from commit 872d6a015be41699af237ef9eadeede175214c58)
-rw-r--r-- | sql/updates/world/master/2021_12_11_28_world_2019_06_20_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_11_28_world_2019_06_20_00_world.sql b/sql/updates/world/master/2021_12_11_28_world_2019_06_20_00_world.sql new file mode 100644 index 00000000000..a10cba5e827 --- /dev/null +++ b/sql/updates/world/master/2021_12_11_28_world_2019_06_20_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `gameobject_loot_template` WHERE `Entry`=26877 AND `Item`=45062; |