diff options
author | Jinnaix <Jinnaix@users.noreply.github.com> | 2020-08-02 21:22:12 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-08-02 21:22:12 +0300 |
commit | ee05744bfe8c51bef7ccf96572c55d57132280ee (patch) | |
tree | 2f35086f4d7c20c28de66fd3d9e18b7e798368ce | |
parent | bdcd2392d00ec769ff1812be8d53ef5b069f0e22 (diff) |
DB/Loot: Important Blackrock Documents should only be lootable from a gameobject
Closes #25162
-rw-r--r-- | sql/updates/world/3.3.5/2020_08_02_23_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_02_23_world_335.sql b/sql/updates/world/3.3.5/2020_08_02_23_world_335.sql new file mode 100644 index 00000000000..7e42cace10b --- /dev/null +++ b/sql/updates/world/3.3.5/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; |