From c6aab750e24b956ee9833577ddfe78f2aaa4ebf2 Mon Sep 17 00:00:00 2001 From: ogeraisi Date: Mon, 11 Sep 2017 20:23:22 +0200 Subject: [PATCH] DB/Creature: Dumphry Closes #20313 For 3.3.5 Only --- sql/updates/world/3.3.5/2017_09_11_00_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_09_11_00_world_335.sql diff --git a/sql/updates/world/3.3.5/2017_09_11_00_world_335.sql b/sql/updates/world/3.3.5/2017_09_11_00_world_335.sql new file mode 100644 index 00000000000..9e301970ac8 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_09_11_00_world_335.sql @@ -0,0 +1,4 @@ +-- Dumphry +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);