diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-08 15:24:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-08 15:24:03 -0300 |
commit | 24c606ba2e85e4c440d892811eec6c5c621bebdd (patch) | |
tree | 2bc6fd26dd245e3166d8f2c4e16aefb2a04bdcea /npc/config/magic.txt | |
parent | 71549fbd9233507105c1ffd248ef72f2105090a6 (diff) | |
download | serverdata-24c606ba2e85e4c440d892811eec6c5c621bebdd.tar.gz serverdata-24c606ba2e85e4c440d892811eec6c5c621bebdd.tar.bz2 serverdata-24c606ba2e85e4c440d892811eec6c5c621bebdd.tar.xz serverdata-24c606ba2e85e4c440d892811eec6c5c621bebdd.zip |
Minor bugfixing
Diffstat (limited to 'npc/config/magic.txt')
-rw-r--r-- | npc/config/magic.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/config/magic.txt b/npc/config/magic.txt index 140e3de87..ca42429b2 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -183,9 +183,6 @@ function script RegisterMagic { OnInit: /* RegisterMagic(MSP, Skill, MaxLv, Item, Amount, Cost, {PreReq, PostReq}) */ - //////////////////////// Other - // Chargd Shot - RegisterMagic(0, AC_CHARGEARROW, 1, NPCEyes, 1, 0); //////////////////////// Scholarship // Last Standing Man @@ -201,6 +198,10 @@ OnInit: //////////////////////// Destructive Magic //////////////////////// Trickmaster + //////////////////////// Other: Summonning + //////////////////////// Other: Misc + // Chargd Shot + RegisterMagic(0, AC_CHARGEARROW, 1, NPCEyes, 1, 0); end; } |