diff options
author | Killyana <morphone1@gmail.com> | 2019-11-03 13:52:14 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-11-03 13:52:14 +0100 |
commit | 775e1cb9b1894aadfa45309fd5f0602e63bd5f19 (patch) | |
tree | 29bd32b4dd4c5e89f1995b498341535b985bd235 | |
parent | ce916165e2f47446593d2e83a23434702397918f (diff) |
DB/Loot: Remove wrong loot from Galak Windchaser
-rw-r--r-- | sql/updates/world/3.3.5/2019_11_03_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_11_03_00_world.sql b/sql/updates/world/3.3.5/2019_11_03_00_world.sql new file mode 100644 index 00000000000..d9070063b23 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_11_03_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_loot_template` WHERE `entry`=4096 AND `Item` IN (30322,30302); |