summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/event.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index fe5c39b78..559198fef 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -16,6 +16,7 @@ function script sClear {
DelItemFromEveryPlayer(OpenedChristmasBox);
disablenpc "Lilica#final";
} else {
+ .@nb = query_sql("SELECT c.name, i.amount FROM `inventory` AS i, `char` AS c WHERE i.nameid=834 AND i.char_id=c.char_id ORDER BY i.amount DESC LIMIT 10", $@easter_name$, $@easter_value);
enablenpc "Lilica#final";
}