diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-10-07 02:14:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-07 02:14:17 -0300 |
commit | 82685ca8a2ff6014cd1a9f15cba170fe9729ab89 (patch) | |
tree | 9230bcfb94965ff03ddcc9f08ba04a87755dcacc | |
parent | ec10ae72631849757c0c972df5050fbe03596d0b (diff) | |
download | serverdata-82685ca8a2ff6014cd1a9f15cba170fe9729ab89.tar.gz serverdata-82685ca8a2ff6014cd1a9f15cba170fe9729ab89.tar.bz2 serverdata-82685ca8a2ff6014cd1a9f15cba170fe9729ab89.tar.xz serverdata-82685ca8a2ff6014cd1a9f15cba170fe9729ab89.zip |
Fix typo
-rw-r--r-- | npc/config/magic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/config/magic.txt b/npc/config/magic.txt index 2d5d1c649..39de8ac48 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -135,7 +135,7 @@ function script SummonMagic { if (.@opt & MD_BOSS) .@opt=.@opt^MD_BOSS; // Save new options - setunitdata(.@mods, UDT_MODE, .@opt); + setunitdata(.@mids, UDT_MODE, .@opt); } dispbottom l("All monsters summoned!"); return; |