diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-13 14:56:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-13 14:56:35 -0300 |
commit | 5aa02a2fbcb0b736f25c0ccb1ec93c93d72bfe58 (patch) | |
tree | 2c64154a921fdbb096471504e2dea037059059de /npc/commands | |
parent | bcbe3569e31ea53670921b0b06c5d7f9a5e85692 (diff) | |
download | serverdata-5aa02a2fbcb0b736f25c0ccb1ec93c93d72bfe58.tar.gz serverdata-5aa02a2fbcb0b736f25c0ccb1ec93c93d72bfe58.tar.bz2 serverdata-5aa02a2fbcb0b736f25c0ccb1ec93c93d72bfe58.tar.xz serverdata-5aa02a2fbcb0b736f25c0ccb1ec93c93d72bfe58.zip |
Update debug menu
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/debug.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt index ee4c7f3b..0529d2fe 100644 --- a/npc/commands/debug.txt +++ b/npc/commands/debug.txt @@ -487,6 +487,8 @@ L_AddAll: // Real skills updateskill EVOL_AREA_PROVOKE, 9; updateskill EVOL_PHYSICAL_SHIELD, 9; + updateskill SKILL_ABIZIT, 1; + updateskill SKILL_FLAR, 9; @mexp = 8000; resetstatus; BaseLevel = 99; |