diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-28 08:50:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-28 08:50:00 -0300 |
commit | 705118604dd0f0b5b9c275f40d319378ec2f69ab (patch) | |
tree | 8b35258f41b2123afefd3340da1f6226dec65862 /world/map/db | |
parent | 37f74a1510f28c26686b61c67d10ee2ccd14a8cb (diff) | |
download | classic-serverdata-2021.04.22+1.tar.gz classic-serverdata-2021.04.22+1.tar.bz2 classic-serverdata-2021.04.22+1.tar.xz classic-serverdata-2021.04.22+1.zip |
Fix Luca's exploit. Correct live server data accordingly.v2021.04.22+1
A good thing we have the Evolved project or this would be obviously impossible.
Diffstat (limited to 'world/map/db')
-rw-r--r-- | world/map/db/const-quest.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/db/const-quest.txt b/world/map/db/const-quest.txt index 16f93480..8e434049 100644 --- a/world/map/db/const-quest.txt +++ b/world/map/db/const-quest.txt @@ -137,6 +137,7 @@ FLAG_LUCA_GOT_SIX_SKILLS 262144 // player learned all six Focus Skills FLAG_LUCA_2SKILLS_MAXED 524288 // player got 2 Focus Skills at lvl 9 FLAG_LUCA_4SKILLS_MAXED 1048576 // player got 4 Focus Skills at lvl 9 FLAG_LUCA_6SKILLS_MAXED 2097152 // player got 6 Focus Skills at lvl 9 +FLAG_LUCA_FIX 4194304 // fixed a bug // Flags for the battle caves. BATTLE_CAVE1 1 |