summaryrefslogtreecommitdiff
path: root/npc/002-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-04 12:40:55 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-04 12:40:55 -0300
commit481e786fbb6f03e23d1d4f0c56509f677881b4ec (patch)
tree680a6b75d3553e209a0e4b60391d2833a5145546 /npc/002-4
parent9001ebdb56bfe0e2c5fddf55c48268681654f6b3 (diff)
downloadserverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.gz
serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.bz2
serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.xz
serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.zip
Remove every trailing whitespace
```sed -i 's/[[:space:]]*$//' npc/*/*.txt```
Diffstat (limited to 'npc/002-4')
-rw-r--r--npc/002-4/doors.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-4/doors.txt b/npc/002-4/doors.txt
index b8162cdd1..2d7f9450f 100644
--- a/npc/002-4/doors.txt
+++ b/npc/002-4/doors.txt
@@ -7,7 +7,7 @@
002-4,19,27,0 script AreaNPC#002-4d NPC_HIDDEN,0,0,{
OnTouch:
- if (LOCATION$ == "")
+ if (LOCATION$ == "")
warp "002-3", 43, 28;
else
warp "002-3@"+LOCATION$, 43, 28;