diff options
author | gygyti <gygyti@users.noreply.github.com> | 2021-03-19 03:24:27 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-03-19 03:24:27 +0200 |
commit | 6d5705a1041b8df9bfe0ab18a425976a601bf3e2 (patch) | |
tree | b68a71cf6633119f67120e7ce8f673c9e4514671 | |
parent | 602f41c7ad541a888600f7692ccfaf061e92b740 (diff) |
DB/Loot: Remove 'Wastewander Water Pouch' from Andre Firebeard
Closes #26256
-rw-r--r-- | sql/updates/world/3.3.5/2021_03_19_04_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_03_19_04_world_335.sql b/sql/updates/world/3.3.5/2021_03_19_04_world_335.sql new file mode 100644 index 00000000000..600caad4b58 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_03_19_04_world_335.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Item`=8483 AND `Entry`=7883 AND `Reference`=0; |