diff options
-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; |