DB/Creature: Dumphry <Blacksmithing Trainer>

Closes #20313
 For 3.3.5 Only
This commit is contained in:
ogeraisi
2017-09-11 20:23:22 +02:00
committed by Aokromes
parent 01847ecd4a
commit c6aab750e2

View File

@@ -0,0 +1,4 @@
-- Dumphry <Blacksmithing Trainer>
UPDATE `creature_template` SET `npcflag` = `npcflag` |16 |64, `trainer_type` = 2 WHERE `entry` = 21209;
DELETE FROM `npc_trainer` WHERE `ID`=21209;
INSERT INTO `npc_trainer` (`ID`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES (21209,-201004,0,0,0,0);