From 69a95664cd01eccaedad08a1d5c274993f30b8df Mon Sep 17 00:00:00 2001 From: Wyrserth Date: Sun, 23 Jun 2019 21:16:36 +0200 Subject: DB/Loot: remove wrong loot from Young Nightsaber Closes #23480 --- sql/updates/world/3.3.5/2019_06_23_010_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_06_23_010_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_06_23_010_world.sql b/sql/updates/world/3.3.5/2019_06_23_010_world.sql new file mode 100644 index 00000000000..df3cd7828ad --- /dev/null +++ b/sql/updates/world/3.3.5/2019_06_23_010_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Entry`=2031 AND `Reference`=44007; -- cgit v1.2.3