summaryrefslogtreecommitdiff
path: root/npc/functions/clear_vars.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/clear_vars.txt')
-rw-r--r--npc/functions/clear_vars.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt
index 063feaec..e5e6e5d4 100644
--- a/npc/functions/clear_vars.txt
+++ b/npc/functions/clear_vars.txt
@@ -152,6 +152,9 @@ function script ServerUpdate {
// qui jul 29 11:21:38 BRT 2021
if ($VERSION < 1627568498) {
ReplaceItemFromEveryPlayer(5270, 5272);
+ ReplaceItemFromEveryPlayer(5267, 5273);
+ ReplaceItemFromEveryPlayer(5268, 5274);
+ ReplaceItemFromEveryPlayer(5269, 5275);
$VERSION = 1627568498;
}