summaryrefslogtreecommitdiff
path: root/world/map/npc/030-2/gaurds.txt
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2015-01-18 16:40:27 -0500
committermekolat <mekolat@gmail.com>2015-01-18 16:40:27 -0500
commitb4a3650f679b41e5e90c8a09fd95caa602a66f2a (patch)
treef92d9fa9cba6ac6596da256ee58cc4d9731e15a0 /world/map/npc/030-2/gaurds.txt
parent3d7fd218c50a39c643245d3520e4bbd314e4f3fa (diff)
downloadserverdata-b4a3650f679b41e5e90c8a09fd95caa602a66f2a.tar.gz
serverdata-b4a3650f679b41e5e90c8a09fd95caa602a66f2a.tar.bz2
serverdata-b4a3650f679b41e5e90c8a09fd95caa602a66f2a.tar.xz
serverdata-b4a3650f679b41e5e90c8a09fd95caa602a66f2a.zip
fix some typos in xmas inn
Diffstat (limited to 'world/map/npc/030-2/gaurds.txt')
-rw-r--r--world/map/npc/030-2/gaurds.txt33
1 files changed, 0 insertions, 33 deletions
diff --git a/world/map/npc/030-2/gaurds.txt b/world/map/npc/030-2/gaurds.txt
deleted file mode 100644
index 3fdc1ffa..00000000
--- a/world/map/npc/030-2/gaurds.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-// Annual Xmas Bouncers
-
-030-2.gat,85,43,0|script|Valjas|330
-{
- callfunc "XmasStates";
- callfunc "ThrowOutTheBum";
- mes "[Valjas]";
- mes "\"...\"";
- close;
-}
-
-030-2.gat,89,43,0|script|Halas|330
-{
- callfunc "XmasStates";
- callfunc "ThrowOutTheBum";
- mes "[Halas]";
- mes "\"...\"";
- close;
-}
-
-030-2.gat,89,84,0|script|Kilis|330,5,2
-{
- callfunc "XmasStates";
- callfunc "ThrowOutTheBum";
- mes "[Kilis]";
- mes "\"...\"";
- close;
-
-OnTouch:
- callfunc "XmasStates";
- callfunc "ThrowOutTheBum";
- end;
-}