From addee9d69f93d65eaba254da1b37eb2022803cc6 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 17 Nov 2022 18:25:41 +0100 Subject: DB/Equipment: Remove wrong ItemID2 from Mathrengyl Bearwalker (cherry picked from commit 28447346370a481dea43c0ceb1f797ab67f013f9) --- sql/updates/world/master/2023_01_12_33_world_2022_11_17_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2023_01_12_33_world_2022_11_17_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3