aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2022-11-17 18:25:41 +0100
committerShauren <shauren.trinity@gmail.com>2023-01-12 22:55:18 +0100
commitaddee9d69f93d65eaba254da1b37eb2022803cc6 (patch)
tree89bba5df48e40e047ae1e98ad7da682375e6c864
parentf5b605c44d750f35d71287342e8a56bbec810ba3 (diff)
DB/Equipment: Remove wrong ItemID2 from Mathrengyl Bearwalker
(cherry picked from commit 28447346370a481dea43c0ceb1f797ab67f013f9)
-rw-r--r--sql/updates/world/master/2023_01_12_33_world_2022_11_17_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_01_12_33_world_2022_11_17_00_world.sql b/sql/updates/world/master/2023_01_12_33_world_2022_11_17_00_world.sql
new file mode 100644
index 00000000000..0b766369eb2
--- /dev/null
+++ b/sql/updates/world/master/2023_01_12_33_world_2022_11_17_00_world.sql
@@ -0,0 +1,2 @@
+-- Remove wrong ItemID2 from Mathrengyl Bearwalker
+UPDATE `creature_equip_template` SET `ItemID2`=0, `VerifiedBuild`=12340 WHERE `CreatureID`=4217;