From 791fe50c6bac7a45dbabc7944b0f096229577cbb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Jun 2020 07:29:53 -0300 Subject: Fix typo --- npc/config/magic.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/config/magic.txt b/npc/config/magic.txt index 675f36e42..9aa8016df 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -47,10 +47,10 @@ function script GetManaExp { .@bonus=0; } else { // Update skill memory - LAST_SKILL[4]=LAST_SKILL[3] - LAST_SKILL[3]=LAST_SKILL[2] - LAST_SKILL[2]=LAST_SKILL[1] - LAST_SKILL[1]=LAST_SKILL[0] + LAST_SKILL[4]=LAST_SKILL[3]; + LAST_SKILL[3]=LAST_SKILL[2]; + LAST_SKILL[2]=LAST_SKILL[1]; + LAST_SKILL[1]=LAST_SKILL[0]; LAST_SKILL[0]=.@sk; } -- cgit v1.2.3-60-g2f50