From ce8d65c06b02f44e939452e85a1aa7d70819e55f Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 18 Jan 2020 01:07:34 +0100 Subject: DB/Creature: Fix equipment for Vereth the Cunning (cherry picked from commit 58313962994ea258703ffd8dbda12713572ef0e4) --- sql/updates/world/master/2021_12_20_18_world_2020_01_17_02_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_12_20_18_world_2020_01_17_02_world.sql diff --git a/sql/updates/world/master/2021_12_20_18_world_2020_01_17_02_world.sql b/sql/updates/world/master/2021_12_20_18_world_2020_01_17_02_world.sql new file mode 100644 index 00000000000..6515be7a34b --- /dev/null +++ b/sql/updates/world/master/2021_12_20_18_world_2020_01_17_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_template_addon` WHERE `entry` IN (30944); +INSERT INTO `creature_template_addon` (`entry`, `bytes2`) VALUES +(30944, 0); -- cgit v1.2.3