summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-29 14:25:06 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-29 14:25:06 -0300
commitdbaf6b18451dc700ce93092573ad6be1f661f2fe (patch)
treec52583c38c6789bb09d88c002f08662cb155ea8c /npc
parentaf29a8343fa0421fd5ed6077621bf31a21471d70 (diff)
downloadserverdata-dbaf6b18451dc700ce93092573ad6be1f661f2fe.tar.gz
serverdata-dbaf6b18451dc700ce93092573ad6be1f661f2fe.tar.bz2
serverdata-dbaf6b18451dc700ce93092573ad6be1f661f2fe.tar.xz
serverdata-dbaf6b18451dc700ce93092573ad6be1f661f2fe.zip
Add the missing items which HoraK added... I forgot when
Diffstat (limited to 'npc')
-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;
}