diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/atcommand.c | 2 | ||||
-rw-r--r-- | src/map/status.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 19818a441..3f2c8ffea 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -7219,7 +7219,7 @@ int atcommand_useskill(const int fd, struct map_session_data* sd, const char* co } /*========================================== - * @showskill by [Skotlex] + * @displayskill by [Skotlex] * Debug command to locate new skill IDs. It sends the * three possible skill-effect packets to the area. *------------------------------------------ diff --git a/src/map/status.h b/src/map/status.h index 1220db8f0..c49bd38c4 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -383,7 +383,7 @@ enum { SI_STAR_COMFORT = 171, SI_PRESERVE = 181, SI_INCSTR = 182, - SI_INTRAVISION = 184, //WTF?? creates the black shape of 4_m_02 NPC, with NPC talk cursor. Supposedly intravision shows this. + SI_INTRAVISION = 184, SI_DOUBLECAST = 186, SI_MAXOVERTHRUST = 188, SI_TAROT = 191, // the icon allows no doubt... but what is it really used for ?? [DracoRPG] |