diff options
author | tkrokli <tkrokli@users.noreply.github.com> | 2017-01-19 21:39:32 +0100 |
---|---|---|
committer | tkrokli <tkrokli@users.noreply.github.com> | 2017-01-19 21:40:24 +0100 |
commit | 41fc011d4ece279b3b8ae5d3f9208380ca222a2c (patch) | |
tree | 053e30e66f06817cac9433c294f045141d7f0aa5 | |
parent | e3719e09fb43d05333d617a57f3cca8e74ce2980 (diff) |
Fix typo in e3719e0
Last spell ID in e3719e09fb43d05333d617a57f3cca8e74ce2980
should be 110412, not 119412.
Ref. #14682
-rw-r--r-- | sql/updates/world/master/2017_01_19_00_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/2017_01_19_00_world.sql b/sql/updates/world/master/2017_01_19_00_world.sql index b61646a05c0..ee6049676b0 100644 --- a/sql/updates/world/master/2017_01_19_00_world.sql +++ b/sql/updates/world/master/2017_01_19_00_world.sql @@ -55,4 +55,4 @@ INSERT INTO `npc_trainer` (`ID`,`SpellID`,`MoneyCost`,`ReqSkillLine`,`ReqSkillRa (202001, 54084, 100000, 356, 275, 10), -- Master Fishing (202001, 51293, 150000, 356, 350, 10), -- Grand Master Fishing (202001, 88869, 250000, 356, 425, 10), -- Illustrious Grand Master Fishing -(202001, 119412, 300000, 356, 500, 10); -- Zen Master Fishing +(202001, 110412, 300000, 356, 500, 10); -- Zen Master Fishing |