diff options
author | tux9th <mr.x@aon.at> | 2013-05-31 19:41:04 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-06-03 16:19:44 +0200 |
commit | 875935f65e21b91c78022a730fb1c6fa4e3adfbd (patch) | |
tree | 4d224326d4e06b38bb35c2b70aef2219d416938b /world/map/npc/031-1 | |
parent | f3f1ecd85783c4200e9169488d1b784f9b5e986b (diff) | |
download | serverdata-875935f65e21b91c78022a730fb1c6fa4e3adfbd.tar.gz serverdata-875935f65e21b91c78022a730fb1c6fa4e3adfbd.tar.bz2 serverdata-875935f65e21b91c78022a730fb1c6fa4e3adfbd.tar.xz serverdata-875935f65e21b91c78022a730fb1c6fa4e3adfbd.zip |
Fixed the NPC warps to have the same range as normal warps instead of the 3 by 3 square.
Diffstat (limited to 'world/map/npc/031-1')
-rw-r--r-- | world/map/npc/031-1/house.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/031-1/house.txt b/world/map/npc/031-1/house.txt index 70093c3f..b35d816f 100644 --- a/world/map/npc/031-1/house.txt +++ b/world/map/npc/031-1/house.txt @@ -2,7 +2,7 @@ // player can enter, if Cindy is already saved and the player has been invited, quest status > 2 // author: Jenalya -031-1.gat,95,80,0|script|#Door|45,1,1,{ +031-1.gat,95,80,0|script|#Door|45,0,0,{ set @Q_Nivalis_state_MASK, NIBBLE_5_MASK; set @Q_Nivalis_state_SHIFT, NIBBLE_5_SHIFT; |