diff options
author | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-06-03 09:13:12 -0300 |
---|---|---|
committer | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-06-03 09:13:12 -0300 |
commit | 7484fd3e649a7f874fd03e599e726b4356f43c93 (patch) | |
tree | 25633648c0f747948a8ef5d7b6a7858dde1c1f63 | |
parent | 7de9756f34d759f087f3a9c698911a5499814972 (diff) | |
download | serverdata-7484fd3e649a7f874fd03e599e726b4356f43c93.tar.gz serverdata-7484fd3e649a7f874fd03e599e726b4356f43c93.tar.bz2 serverdata-7484fd3e649a7f874fd03e599e726b4356f43c93.tar.xz serverdata-7484fd3e649a7f874fd03e599e726b4356f43c93.zip |
Small change to prevent mapserver warnings
-rw-r--r-- | npc/027-3/entrance.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/027-3/entrance.txt b/npc/027-3/entrance.txt index c2e8019c..62bd93d7 100644 --- a/npc/027-3/entrance.txt +++ b/npc/027-3/entrance.txt @@ -1,6 +1,6 @@ // Effects for opening and closing the gate. Also set it so no new player can't be warped in once the gate is opened. -027-3.gat,40,57,0 script #gatecontrol 127, 2, 1{ +027-3.gat,40,57,0 script #gatecontrol 127,2,1{ mes "Once you pass this point I cannot warp anyone else to help. " + "Are you sure you are ready to go?"; menu @@ -32,10 +32,10 @@ OnTimer2000: // Effects for the exit. -027-3.gat,40,78,0 script #cryptexit2 127, 3, 3{ +027-3.gat,40,78,0 script #cryptexit2 127,3,3{ mes "Unfortunately, once I bring you to this time pocket" + "you cannot leave through its normal exit." + "The only way to get out is to defeat the reaper" + "or die..."; close; -}
\ No newline at end of file +} |