diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-26 22:06:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-26 22:06:54 -0300 |
commit | 1c2208cb88f4ddc10a52b2a505b022d6596ce722 (patch) | |
tree | 5a12ffa5cfec407fb405670a000dbcf06731c238 /npc/009-5 | |
parent | 8c4dc2027a00a6d49409fe1b9d1beeeaf9295a56 (diff) | |
download | serverdata-1c2208cb88f4ddc10a52b2a505b022d6596ce722.tar.gz serverdata-1c2208cb88f4ddc10a52b2a505b022d6596ce722.tar.bz2 serverdata-1c2208cb88f4ddc10a52b2a505b022d6596ce722.tar.xz serverdata-1c2208cb88f4ddc10a52b2a505b022d6596ce722.zip |
Fix broken order
Diffstat (limited to 'npc/009-5')
-rw-r--r-- | npc/009-5/manastone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-5/manastone.txt b/npc/009-5/manastone.txt index 17a5a0ca5..f6af84765 100644 --- a/npc/009-5/manastone.txt +++ b/npc/009-5/manastone.txt @@ -85,8 +85,8 @@ OnClock2010: OnClock2100: OnClock2250: OnClock2340: - movenpc .name$, rand(200), rand(200); npctalk "Those who are worthy, may get my magic. For the others, death awaits!"; + movenpc .name$, rand(200), rand(200); end; } |