diff options
author | Jinnaix <Jinnaix@users.noreply.github.com> | 2020-08-02 21:22:12 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-26 00:22:04 +0100 |
commit | 2dc8115b65ff2595bb678ffeada8eb3d499915c2 (patch) | |
tree | 69e1e4d48d4c61da02fae03a4b263f0624c05f5e | |
parent | 6d59c7019caf49589409fafc1341359c236aac9b (diff) |
DB/Loot: Important Blackrock Documents should only be lootable from a gameobject
Closes #25162
(cherry picked from commit ee05744bfe8c51bef7ccf96572c55d57132280ee)
-rw-r--r-- | sql/updates/world/master/2022_01_25_21_world_2020_08_02_23_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_25_21_world_2020_08_02_23_world_335.sql b/sql/updates/world/master/2022_01_25_21_world_2020_08_02_23_world_335.sql new file mode 100644 index 00000000000..7e42cace10b --- /dev/null +++ b/sql/updates/world/master/2022_01_25_21_world_2020_08_02_23_world_335.sql @@ -0,0 +1,2 @@ +-- Important Blackrock Documents should only be lootable from a gameobject +DELETE FROM `creature_loot_template` WHERE `Reference`=0 AND `Item`=12562; |