diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-19 17:44:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-19 17:44:12 -0300 |
commit | 5fabf9313600b86dca88293fb3c0ba28da8c5ba9 (patch) | |
tree | f04bdefd4a6786ad5f7caaec2015ba7454b1f6ae /npc/functions/class.txt | |
parent | 2f84fb5bcea76fd011d931f2d68b778b97ee08dc (diff) | |
download | serverdata-5fabf9313600b86dca88293fb3c0ba28da8c5ba9.tar.gz serverdata-5fabf9313600b86dca88293fb3c0ba28da8c5ba9.tar.bz2 serverdata-5fabf9313600b86dca88293fb3c0ba28da8c5ba9.tar.xz serverdata-5fabf9313600b86dca88293fb3c0ba28da8c5ba9.zip |
Fix Fountain part
Diffstat (limited to 'npc/functions/class.txt')
-rw-r--r-- | npc/functions/class.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/npc/functions/class.txt b/npc/functions/class.txt index 8cad0ec43..20bfd3d3a 100644 --- a/npc/functions/class.txt +++ b/npc/functions/class.txt @@ -303,10 +303,7 @@ L_T2_S5: mesq l("Good! Last step! West of Hurnscald, there is a magic fountain."); next; mesn; - // TODO FIXME WARNING DESYNC-ED - // 1- Pour the potion - // 2- Add to fountain an int check - mesq l("Talk to the Fountain. Obey every command. I advise you to put all your points on int if possible."); + mesq l("Talk to the Fountain. Pour the potion on it. I advise you to put all your points on int if possible."); next; mesn; mesq l("Hurry up, you'll run out of time in @@!", FuzzyTime(QUEST_ELEVARTEMPO,2,2)); |