diff options
-rw-r--r-- | npc/commands/debug.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt index 4c2d8196..b08012df 100644 --- a/npc/commands/debug.txt +++ b/npc/commands/debug.txt @@ -643,6 +643,10 @@ L_AddAll: updateskill SKILL_MAGIC_NATURE, 5; updateskill SKILL_MAGIC_ASTRAL, 5; updateskill SKILL_MAGIC_DARK, 5; + + // Real skills + updateskill EVOL_AREA_PROVOKE, 9; + updateskill EVOL_PHYSICAL_SHIELD, 9; @mexp = 8000; resetstatus; BaseLevel = 99; |