diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-19 13:29:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-19 13:29:18 -0300 |
commit | 98fc4f7f619e4f45b88e1b3cef96d3f639ad2d06 (patch) | |
tree | 83b2c1808972c943debee018903023b90a25fe21 /npc/006-10 | |
parent | 95abdf7166c49d147641e16acfe0e7ef9eb2fad4 (diff) | |
download | serverdata-98fc4f7f619e4f45b88e1b3cef96d3f639ad2d06.tar.gz serverdata-98fc4f7f619e4f45b88e1b3cef96d3f639ad2d06.tar.bz2 serverdata-98fc4f7f619e4f45b88e1b3cef96d3f639ad2d06.tar.xz serverdata-98fc4f7f619e4f45b88e1b3cef96d3f639ad2d06.zip |
Fixes and hard fixes
Diffstat (limited to 'npc/006-10')
-rw-r--r-- | npc/006-10/logic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-10/logic.txt b/npc/006-10/logic.txt index f662b2d..7241d82 100644 --- a/npc/006-10/logic.txt +++ b/npc/006-10/logic.txt @@ -88,7 +88,7 @@ OnRw: ##01_CRQUEST = ##01_CRQUEST | MLP_CR_DEBUT; specialeffect(FX_FANFARE, AREA, getcharid(3)); sleep2(15000); - $@EVENT_08 = PORTHOS_UNUSED; + $@EVENT_08 = PORTHOS_ACTIVE; warp("033-1", 72, 191); end; |