diff options
author | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-28 14:55:48 +0000 |
---|---|---|
committer | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-28 14:55:48 +0000 |
commit | 45f401feaaf4ae6833f436d38f96ea8e841ed28f (patch) | |
tree | 7dc3f7c64832a47cca3f3dcfdd7389fddae0513b /src/map/atcommand.c | |
parent | ce8236a1f5273698b4471affd87917acec0e70e4 (diff) | |
download | hercules-45f401feaaf4ae6833f436d38f96ea8e841ed28f.tar.gz hercules-45f401feaaf4ae6833f436d38f96ea8e841ed28f.tar.bz2 hercules-45f401feaaf4ae6833f436d38f96ea8e841ed28f.tar.xz hercules-45f401feaaf4ae6833f436d38f96ea8e841ed28f.zip |
Added a missing line to enable @displayskill atcommand
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10821 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 5ec823a61..c0741a6ea 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -469,6 +469,7 @@ static AtCommandInfo atcommand_info[] = { { AtCommand_Storeall, "@storeall", 40, atcommand_storeall }, // MouseJstr { AtCommand_Skillid, "@skillid", 40, atcommand_skillid }, // MouseJstr { AtCommand_Useskill, "@useskill", 40, atcommand_useskill }, // MouseJstr + { AtCommand_DisplaySkill, "@displayskill", 99, atcommand_displayskill }, // Skotlex { AtCommand_Snow, "@snow", 99, atcommand_snow }, { AtCommand_Sakura, "@sakura", 99, atcommand_sakura }, { AtCommand_Clouds, "@clouds", 99, atcommand_clouds }, |