diff options
author | Wyrserth <Wyrserth@users.noreply.github.com> | 2019-06-23 21:16:36 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-06-23 21:16:36 +0200 |
commit | 69a95664cd01eccaedad08a1d5c274993f30b8df (patch) | |
tree | 12161562c4c92928e43752267b7c4523b46f884e | |
parent | 34eb88e41f8889ada64024ff3641653f74a6cc8a (diff) |
DB/Loot: remove wrong loot from Young Nightsaber
Closes #23480
-rw-r--r-- | sql/updates/world/3.3.5/2019_06_23_010_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |