diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-15 22:03:34 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-15 22:03:34 -0200 |
commit | 6ae2e8811683de716a32ddb7a0398371d83ddc48 (patch) | |
tree | ba4f96f71bd4a645f0f04d5e81056dc1d7fb3429 /npc/003-3 | |
parent | 3f064f2ffb053760f5f1b2439c89e03b726d4141 (diff) | |
download | serverdata-6ae2e8811683de716a32ddb7a0398371d83ddc48.tar.gz serverdata-6ae2e8811683de716a32ddb7a0398371d83ddc48.tar.bz2 serverdata-6ae2e8811683de716a32ddb7a0398371d83ddc48.tar.xz serverdata-6ae2e8811683de716a32ddb7a0398371d83ddc48.zip |
Silly typo %%e
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index da888999e..8a344d975 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -150,6 +150,15 @@ OnInit: debugmes "* Update Candor players position"; debugmes ""; } + // Current UPDATE value: Sab Dez 15 21:45:15 -02 2018 + // Upgrade every Wooden Sword in a Bug Slayer + if ($UPDATE < 1544917515) { + query_sql("UPDATE `char` SET `last_x` = '35' WHERE `char`.`last_map`='005-1'"+BugSlayer); + $UPDATE=1544917515; + debugmes ""; + debugmes "* Replaced Wooden Swords with Bug Slayer"; + debugmes ""; + } |