summaryrefslogtreecommitdiff
path: root/npc/011-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-13 22:21:08 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-13 22:21:08 -0300
commit63015b54d5d8bdc69417f10f9365171170aee70b (patch)
treecf1cd20b9d543d161cad6cfb68af4e4e391e9f0c /npc/011-3
parent59a0b2e256a22f5516d6a355b29438e7db70fc8e (diff)
downloadserverdata-63015b54d5d8bdc69417f10f9365171170aee70b.tar.gz
serverdata-63015b54d5d8bdc69417f10f9365171170aee70b.tar.bz2
serverdata-63015b54d5d8bdc69417f10f9365171170aee70b.tar.xz
serverdata-63015b54d5d8bdc69417f10f9365171170aee70b.zip
The bug on 011-3 bridges was a missing argument
Diffstat (limited to 'npc/011-3')
-rw-r--r--npc/011-3/flood.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/011-3/flood.txt b/npc/011-3/flood.txt
index 06f2ab2dc..9b6971282 100644
--- a/npc/011-3/flood.txt
+++ b/npc/011-3/flood.txt
@@ -94,19 +94,19 @@ OnSkipFlood:
// Fix players struck by setcells
OnBridgeDown:
//debugmes "[Flood] [OnBD] Bridge is Down";
- if (isin(37, 22, 39, 24))
+ if (isin("011-3", 37, 22, 39, 24))
slide 38, 21;
- else if (isin(37, 34, 39, 41))
+ else if (isin("011-3", 37, 34, 39, 41))
slide 38, 33;
- else if (isin(31, 67, 33, 73))
+ else if (isin("011-3", 31, 67, 33, 73))
slide 32, 65;
- else if (isin(40, 96, 42, 102))
+ else if (isin("011-3", 40, 96, 42, 102))
slide 41, 95;
- else if (isin(38, 130, 40, 136))
+ else if (isin("011-3", 38, 130, 40, 136))
slide 39, 128;
- else if (isin(41, 157, 43, 163))
+ else if (isin("011-3", 41, 157, 43, 163))
slide 42, 155;
- else if (isin(36, 187, 38, 193))
+ else if (isin("011-3", 36, 187, 38, 193))
slide 37, 185;
//debugmes "[Flood] [OnBD] Finished";