summaryrefslogtreecommitdiff
path: root/npc/config
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-02 15:07:36 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-02 15:07:36 -0300
commitae8988ab08430ccd4b343d27933d103514ddad1e (patch)
tree32dd0872e1ec0e6fc16d000bcdbf60afe58530e4 /npc/config
parent1afdc873d0f6845351ca0939168ea80703b97a4e (diff)
downloadserverdata-ae8988ab08430ccd4b343d27933d103514ddad1e.tar.gz
serverdata-ae8988ab08430ccd4b343d27933d103514ddad1e.tar.bz2
serverdata-ae8988ab08430ccd4b343d27933d103514ddad1e.tar.xz
serverdata-ae8988ab08430ccd4b343d27933d103514ddad1e.zip
[skip ci] fix typo
Diffstat (limited to 'npc/config')
-rw-r--r--npc/config/magic.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/config/magic.txt b/npc/config/magic.txt
index f30ca146d..8f177e5cb 100644
--- a/npc/config/magic.txt
+++ b/npc/config/magic.txt
@@ -459,8 +459,8 @@ OnInit:
//////////////////////// Other: Misc
// Charged Shot
- RegisterMagic(0, AC_CHARGEARROW, 1,
- CLASS_OTHER, NPCEyes, 1, 0);
+ RegisterMagic(0, AC_CHARGEARROW, 1, NPCEyes, 1,
+ CLASS_OTHER, 0);
end;
}