diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-15 17:35:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-15 17:35:58 -0300 |
commit | db8094f5e58d01e188c6b5af3ec3f758da4d8f9c (patch) | |
tree | 224884ecd67e2388fab7d885bbb49c3e7191986e /npc | |
parent | 4648726554ac93d203a0fe94bdd4909f25e09172 (diff) | |
download | serverdata-db8094f5e58d01e188c6b5af3ec3f758da4d8f9c.tar.gz serverdata-db8094f5e58d01e188c6b5af3ec3f758da4d8f9c.tar.bz2 serverdata-db8094f5e58d01e188c6b5af3ec3f758da4d8f9c.tar.xz serverdata-db8094f5e58d01e188c6b5af3ec3f758da4d8f9c.zip |
Disable one block of useless skills on Malindou
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-3/malindou.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 540f1df55..5f549e929 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -621,7 +621,6 @@ OnInit: debugmes "* Easter changes"; debugmes ""; } - */ // Current UPDATE value: Qua Abr 7 13:32:35 BRT 2021 // Skill Update if ($UPDATE < 1617813155) { @@ -635,6 +634,7 @@ OnInit: debugmes "* Skill changes"; debugmes ""; } + */ // Current UPDATE value: Qui Set 23 18:46:36 BRT 2021 // Variable Update if ($UPDATE < 1632433596) { |