mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-10 08:06:36 +00:00
Updated Data Buckets (markdown)
+1
-1
@@ -82,7 +82,7 @@ quest::set_data($key, $value);
|
|||||||
sub EVENT_CLICKDOOR {
|
sub EVENT_CLICKDOOR {
|
||||||
quest::say($doorid);
|
quest::say($doorid);
|
||||||
if ($doorid == 4) {
|
if ($doorid == 4) {
|
||||||
$key = $zoneid . '-last-person-to-click-door";
|
$key = $zoneid . '-' . $doorid . '-last-person-to-click-door";
|
||||||
$value = $client->GetCleanName();
|
$value = $client->GetCleanName();
|
||||||
|
|
||||||
if (quest::get_data($key)) {
|
if (quest::get_data($key)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user