From 264a35617c025c52d522c87b6c4cf7aa3daa2484 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 19 Mar 2020 17:54:30 +0100 Subject: DB/Creature: Rogg Turned into a Blacksmithing Trainer in Cataclysm --- sql/updates/world/3.3.5/2020_03_18_00_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_03_18_00_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2020_03_18_00_world_335.sql b/sql/updates/world/3.3.5/2020_03_18_00_world_335.sql new file mode 100644 index 00000000000..1f4d3abb288 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_03_18_00_world_335.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template_locale` SET `Title`="" WHERE `entry`=37072; +DELETE FROM `creature_template_addon` WHERE `entry`=37072; +INSERT INTO `creature_template_addon` (`entry`, `bytes2`, `emote`) VALUES (37072,4097,233); -- cgit v1.2.3