diff options
author | Wyrserth <Wyrserth@users.noreply.github.com> | 2019-06-15 19:38:19 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-11 14:12:53 +0100 |
commit | 1ff9f9d45a4204b37789a59fc99b21d1d4e779a8 (patch) | |
tree | ad45fe166a03ac5bb52ffee8a8a242b40156cb17 | |
parent | 0c1f707ca580fe60134092dba4e690def55762a7 (diff) |
DB/Loot: remove deprecated item Tome of Tranquilizing Shot
Closes #23409
(cherry picked from commit 4a62e627eacb23ad20cd5b9bd9f768754d706ab9)
-rw-r--r-- | sql/updates/world/master/2021_12_11_09_world_2019_06_15_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_11_09_world_2019_06_15_02_world.sql b/sql/updates/world/master/2021_12_11_09_world_2019_06_15_02_world.sql new file mode 100644 index 00000000000..2ffb41d2f63 --- /dev/null +++ b/sql/updates/world/master/2021_12_11_09_world_2019_06_15_02_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Item`=16665; |