diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-14 02:03:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-14 02:03:32 -0300 |
commit | 9100e5509a016748a9d5d08db3f22947836349e4 (patch) | |
tree | 0fd31fffcd027d149992cb2c0de1f840236560a3 /npc/magic/level0-monsterinfo.txt | |
parent | 98ba4904651a9d6cce3a4c79c85b609d02594bc5 (diff) | |
download | serverdata-9100e5509a016748a9d5d08db3f22947836349e4.tar.gz serverdata-9100e5509a016748a9d5d08db3f22947836349e4.tar.bz2 serverdata-9100e5509a016748a9d5d08db3f22947836349e4.tar.xz serverdata-9100e5509a016748a9d5d08db3f22947836349e4.zip |
Keep the name of monsterinfo as "miteyo", so the Zax De'Kagen Showdown may be added later
Diffstat (limited to 'npc/magic/level0-monsterinfo.txt')
-rw-r--r-- | npc/magic/level0-monsterinfo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/magic/level0-monsterinfo.txt b/npc/magic/level0-monsterinfo.txt index 9161e12c..0a891055 100644 --- a/npc/magic/level0-monsterinfo.txt +++ b/npc/magic/level0-monsterinfo.txt @@ -4,7 +4,7 @@ // Magic Script: SKILL_MONSTERINFO (Level 1) // School: General 1 -function script SK_Monsterinfo { +function script SK_Miteyo { .@mobId=getunitdata(@skillTarget, UDT_CLASS); if (.@mobId > 1000) { // Decide how much detail you get based on how much magic you have |