diff options
| -rw-r--r-- | sql/updates/world/2015_07_01_00_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2015_07_01_00_world.sql b/sql/updates/world/2015_07_01_00_world.sql new file mode 100644 index 00000000000..1ab4caae8c9 --- /dev/null +++ b/sql/updates/world/2015_07_01_00_world.sql @@ -0,0 +1,8 @@ +-- +UPDATE `creature_template` SET `trainer_type`=2 WHERE `entry` IN (33996); +DELETE FROM `npc_trainer` WHERE `ID`=33996; +INSERT INTO `npc_trainer` (`ID`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES +(33996, 2373, 500, 182, 50, 0), +(33996, 3571, 5000, 182, 125, 10), +(33996, 11994, 50000, 182, 200, 25), +(33996, 2372, 10, 0, 0, 0); |
