mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
Fix typo
This commit is contained in:
parent
e4bc1df9df
commit
94662119bc
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ sub EVENT_CLICKDOOR {
|
|||
quest::forcedooropen(7);
|
||||
}
|
||||
}
|
||||
elseif ($doorid == 145) {
|
||||
elsif ($doorid == 145) {
|
||||
if (defined($qglobals{pop_time_maelin})) {
|
||||
quest::set_zone_flag(219);
|
||||
quest::set_zone_flag(223);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue