diff options
| author | Wyrserth <Wyrserth@users.noreply.github.com> | 2019-06-15 19:38:19 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-06-15 19:38:19 +0200 |
| commit | 4a62e627eacb23ad20cd5b9bd9f768754d706ab9 (patch) | |
| tree | b3764690e4e43baae76eb010a73b8be329f27198 | |
| parent | 078c5a3e18227ad9f8bd2c1bcc7d48dd0122f801 (diff) | |
DB/Loot: remove deprecated item Tome of Tranquilizing Shot
Closes #23409
| -rw-r--r-- | sql/updates/world/3.3.5/2019_06_15_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_15_02_world.sql b/sql/updates/world/3.3.5/2019_06_15_02_world.sql new file mode 100644 index 00000000000..2ffb41d2f63 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_06_15_02_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Item`=16665; |
