diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-03-04 13:15:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-03-04 13:15:08 -0300 |
commit | 8ea6abf2f0f4c79cbe58ae6ef888249d934ec426 (patch) | |
tree | 22c684afe7bdf3f69f3df06e0a2e225078b9949a | |
parent | f8e8b0364ccd66648243284ec5c81379998bee25 (diff) | |
download | serverdata-8ea6abf2f0f4c79cbe58ae6ef888249d934ec426.tar.gz serverdata-8ea6abf2f0f4c79cbe58ae6ef888249d934ec426.tar.bz2 serverdata-8ea6abf2f0f4c79cbe58ae6ef888249d934ec426.tar.xz serverdata-8ea6abf2f0f4c79cbe58ae6ef888249d934ec426.zip |
Fix typo on Pinkie Emperor code
-rw-r--r-- | npc/025-2-3/boss.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/025-2-3/boss.txt b/npc/025-2-3/boss.txt index 9c8949abc..ad0f200fd 100644 --- a/npc/025-2-3/boss.txt +++ b/npc/025-2-3/boss.txt @@ -13,7 +13,7 @@ OnTimer3600000: OnInit: setarray .xp, 268, 55, 371, 482, 212; setarray .yp, 90, 45, 38, 114, 148; - .@tg=rand2(getarraysize(.xp)-1); + .@tg=rand2(getarraysize(.xp)); monster "025-2-3", .xp[.@tg], .yp[.@tg], strmobinfo(1, PinkieEmperor), PinkieEmperor, 1, "#BossCtrl_025-2-3::OnBossDeath"; end; |