aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2022-11-17 18:25:41 +0100
committerKillyana <morphone1@gmail.com>2022-11-17 18:25:41 +0100
commit28447346370a481dea43c0ceb1f797ab67f013f9 (patch)
tree168ae9370a578985c941c117724ae59070d705ee
parentd3a38dc52ef52e932d2d5665e48c31f843748c19 (diff)
DB/Equipment: Remove wrong ItemID2 from Mathrengyl Bearwalker
-rw-r--r--sql/updates/world/3.3.5/2022_11_17_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_11_17_00_world.sql b/sql/updates/world/3.3.5/2022_11_17_00_world.sql
new file mode 100644
index 00000000000..0b766369eb2
--- /dev/null
+++ b/sql/updates/world/3.3.5/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;