diff options
-rw-r--r-- | sql/updates/world/3.3.5/2020_05_20_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_20_02_world.sql b/sql/updates/world/3.3.5/2020_05_20_02_world.sql new file mode 100644 index 00000000000..768f9fccd0c --- /dev/null +++ b/sql/updates/world/3.3.5/2020_05_20_02_world.sql @@ -0,0 +1,3 @@ +-- Only one item added due to bad sorting +DELETE FROM `creature_loot_template` WHERE `entry` = 30633; +UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` = 30633; |