summaryrefslogtreecommitdiff
path: root/npc/003-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-15 22:09:02 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-15 22:09:02 -0200
commita37171a9f46a5417f06d47e98acebde0d504d4e2 (patch)
treeeaf5dd4d0aed7be0349e0f92db8d5c65d2aa971f /npc/003-3
parentfdc734cc108cfe2612026ca9a284421a4183a274 (diff)
downloadserverdata-a37171a9f46a5417f06d47e98acebde0d504d4e2.tar.gz
serverdata-a37171a9f46a5417f06d47e98acebde0d504d4e2.tar.bz2
serverdata-a37171a9f46a5417f06d47e98acebde0d504d4e2.tar.xz
serverdata-a37171a9f46a5417f06d47e98acebde0d504d4e2.zip
Slay bugs
Diffstat (limited to 'npc/003-3')
-rw-r--r--npc/003-3/malindou.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index bce70f45d..4a6f0c1c9 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -152,11 +152,11 @@ OnInit:
}
// Current UPDATE value: Sab Dez 15 21:45:15 -02 2018
// Upgrade every Wooden Sword in a Bug Slayer
- if ($UPDATE < 1544917515) {
+ if ($UPDATE < 1544917516) {
query_sql("UPDATE `inventory` SET `nameid` = '"+BugSlayer+"' WHERE `inventory`.`nameid`='"+WoodenSword+"'");
- query_sql("UPDATE `storage` SET `nameid` = '"+BugSlayer+"' WHERE `inventory`.`nameid`='"+WoodenSword+"'");
- query_sql("UPDATE `cart_inventory` SET `nameid` = '"+BugSlayer+"' WHERE `inventory`.`nameid`='"+WoodenSword+"'");
- query_sql("UPDATE `guild_storage` SET `nameid` = '"+BugSlayer+"' WHERE `inventory`.`nameid`='"+WoodenSword+"'");
+ query_sql("UPDATE `storage` SET `nameid` = '"+BugSlayer+"' WHERE `storage`.`nameid`='"+WoodenSword+"'");
+ query_sql("UPDATE `cart_inventory` SET `nameid` = '"+BugSlayer+"' WHERE `cart_inventory`.`nameid`='"+WoodenSword+"'");
+ query_sql("UPDATE `guild_storage` SET `nameid` = '"+BugSlayer+"' WHERE `guild_storage`.`nameid`='"+WoodenSword+"'");
$UPDATE=1544917515;
debugmes "";
debugmes "* Replaced Wooden Swords with Bug Slayer";