From cb1d2d92afbf8d9ebec4c9290a180835ad5dae78 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 3 Aug 2006 14:39:38 +0000 Subject: - Cleaned up the last NJ update code. - Added @ command `charspeed` - Fixed @jailfor using MAP_PRONTERA as jail instead of MAP_JAIL - Removed case for GS_SPREADATTACK on damage packets to see if the skill displays correctly now. - Corrected Deluge/Volcano/V. Gale overlaps so that the placing tiles are removed, NOT the ones who were already placed. - Made SC_SPEEDUP0 and SC_SPEEDUP1 use different icon IDs, to fix icon-confusion when both are enabled at a time. - Mob rude-attacked count is not reset now on picking a new char (gotta investigate this further) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8096 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index 46b16c02b..104750f98 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -308,8 +308,8 @@ enum { //38: Again Aspd Potion //39: Again Aspd Potion //40: Again Aspd Potion - SI_SPEEDPOTION = 41, - //42: Again Speed Up + SI_SPEEDPOTION1 = 41, + SI_SPEEDPOTION2 = 42, SI_STRIPWEAPON = 50, SI_STRIPSHIELD = 51, SI_STRIPARMOR = 52, -- cgit v1.2.3-70-g09d2