diff options
author | CraftedRO <CraftedRO@users.noreply.github.com> | 2021-10-01 18:19:48 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-19 22:40:40 +0100 |
commit | 60c13ee364ab213c152022ba86d9d1239d8daf74 (patch) | |
tree | 14692372c09902b2b05b712f7c6f964bd9045278 | |
parent | c65739b822af99e199fd9364783677fa9fca298a (diff) |
DB/Loot: Remove Branch Of Cenarius from wrong mob
Closes #26959
(cherry picked from commit 1a1c9ebeea7cc4d14c20a64155982384a088aa56)
-rw-r--r-- | sql/updates/world/master/2022_03_19_03_world_2021_10_01_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_19_03_world_2021_10_01_03_world.sql b/sql/updates/world/master/2022_03_19_03_world_2021_10_01_03_world.sql new file mode 100644 index 00000000000..6562030f709 --- /dev/null +++ b/sql/updates/world/master/2022_03_19_03_world_2021_10_01_03_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Entry` = 10647 AND `Item` = 5461; |