diff options
author | tux9th <mr.x@aon.at> | 2013-09-05 16:25:08 +0200 |
---|---|---|
committer | tux9th <mr.x@aon.at> | 2013-09-05 16:25:08 +0200 |
commit | c2768de2ba55756e3eddfcc562ceaf1f472e82cc (patch) | |
tree | 7ba616ef39e58e8ab96c27720b9276e47557d429 /world | |
parent | 586f2c115fe3fcdb1e5e05b25d7b61812aab4b28 (diff) | |
download | serverdata-c2768de2ba55756e3eddfcc562ceaf1f472e82cc.tar.gz serverdata-c2768de2ba55756e3eddfcc562ceaf1f472e82cc.tar.bz2 serverdata-c2768de2ba55756e3eddfcc562ceaf1f472e82cc.tar.xz serverdata-c2768de2ba55756e3eddfcc562ceaf1f472e82cc.zip |
Waric: fix freeze issue at Quest State 18
http://forums.themanaworld.org/viewtopic.php?p=137508#p137508
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/017-4/waric.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/017-4/waric.txt b/world/map/npc/017-4/waric.txt index 4d0c4692..9501e5ec 100644 --- a/world/map/npc/017-4/waric.txt +++ b/world/map/npc/017-4/waric.txt @@ -68,7 +68,7 @@ L_Mistrust: L_Flower1: mes "[Waric]"; mes "\"You placed the first flower. Why, I am surprised! I did not expect you to actually stay and become useful.\""; - if (!getskilllv(SKILL_MAGIC)) + if (!(getskilllv(SKILL_MAGIC))) goto L_Close; menu "Can you teach me some magic?", -, |