mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
DB/Creature: Rogg
Turned into a Blacksmithing Trainer in Cataclysm
This commit is contained in:
4
sql/updates/world/3.3.5/2020_03_18_00_world_335.sql
Normal file
4
sql/updates/world/3.3.5/2020_03_18_00_world_335.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user