diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-12-21 21:03:26 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-12-21 21:03:26 +0100 |
commit | cb56c9363e991b8168294c50b771a48b44607775 (patch) | |
tree | 28f6bca48a814b477c67784d11186e854f2793c7 /world | |
parent | 6ffdf1ea8924d29bf642ced740f3778b726bd233 (diff) | |
download | serverdata-cb56c9363e991b8168294c50b771a48b44607775.tar.gz serverdata-cb56c9363e991b8168294c50b771a48b44607775.tar.bz2 serverdata-cb56c9363e991b8168294c50b771a48b44607775.tar.xz serverdata-cb56c9363e991b8168294c50b771a48b44607775.zip |
Fix some indentation in Wyara's script.
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/009-2/wyara.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/world/map/npc/009-2/wyara.txt b/world/map/npc/009-2/wyara.txt index 9815dfd6..cef03385 100644 --- a/world/map/npc/009-2/wyara.txt +++ b/world/map/npc/009-2/wyara.txt @@ -19,8 +19,9 @@ // This operation works around an earlier possible corruption of this state if (@Q_status > @STATUS_MAX) - set @Q_status, @STATUS_INITIAL; - if ((@Q_status == @STATUS_PURIFY_OVER) && (getskilllv(SKILL_MAGIC_NATURE) < 2)) set @Q_status, @STATUS_INITIAL; + set @Q_status, @STATUS_INITIAL; + if ((@Q_status == @STATUS_PURIFY_OVER) && (getskilllv(SKILL_MAGIC_NATURE) < 2)) + set @Q_status, @STATUS_INITIAL; callsub S_update_var; set @has_magic, getskilllv(SKILL_MAGIC); |