diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2013-01-06 18:23:21 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-01-06 18:23:21 +0100 |
commit | ea1ee652e8727640121e75b49936b4c484de3016 (patch) | |
tree | 12cbf676f4bc6d7458d9ffdef0986fec0c9d0ed5 /world/map/npc/042-1/hasan.txt | |
parent | 7ee692a56d0f351651788945c3bb9feaecef0be8 (diff) | |
download | serverdata-ea1ee652e8727640121e75b49936b4c484de3016.tar.gz serverdata-ea1ee652e8727640121e75b49936b4c484de3016.tar.bz2 serverdata-ea1ee652e8727640121e75b49936b4c484de3016.tar.xz serverdata-ea1ee652e8727640121e75b49936b4c484de3016.zip |
Remove lines from tutorial which set the variable 'maggot' to 0.
That variable was used in a previous version of the tutorial.
Diffstat (limited to 'world/map/npc/042-1/hasan.txt')
-rw-r--r-- | world/map/npc/042-1/hasan.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/world/map/npc/042-1/hasan.txt b/world/map/npc/042-1/hasan.txt index ac9a73a6..bb4e1578 100644 --- a/world/map/npc/042-1/hasan.txt +++ b/world/map/npc/042-1/hasan.txt @@ -77,7 +77,6 @@ L_Pay: set kaan, 0; set sorfina, 0; set tanisha, 0; - set maggot, 0; set FLAGS, FLAGS | FLAG_TUTORIAL_DONE; goto L_Close; @@ -122,7 +121,6 @@ L_Thank: set kaan, 0; set sorfina, 0; set tanisha, 0; - set maggot, 0; set FLAGS, FLAGS | FLAG_TUTORIAL_DONE; mes "\"You want to go to the bazaar, right? Shall I tell you how to get there?\""; next; |