Added a missing line to enable @displayskill atcommand
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10821 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
07103fddd7
commit
3f695e93b0
@ -3,6 +3,8 @@ Date Added
|
|||||||
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
|
||||||
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
||||||
|
|
||||||
|
2007/06/28
|
||||||
|
* Added a missing line to enable @displayskill atcommand [DracoRPG]
|
||||||
2007/06/26
|
2007/06/26
|
||||||
* Changed the string hash of the script engine to SDBM.
|
* Changed the string hash of the script engine to SDBM.
|
||||||
* Reporting information about script data when an error occurs.
|
* Reporting information about script data when an error occurs.
|
||||||
|
@ -469,6 +469,7 @@ static AtCommandInfo atcommand_info[] = {
|
|||||||
{ AtCommand_Storeall, "@storeall", 40, atcommand_storeall }, // MouseJstr
|
{ AtCommand_Storeall, "@storeall", 40, atcommand_storeall }, // MouseJstr
|
||||||
{ AtCommand_Skillid, "@skillid", 40, atcommand_skillid }, // MouseJstr
|
{ AtCommand_Skillid, "@skillid", 40, atcommand_skillid }, // MouseJstr
|
||||||
{ AtCommand_Useskill, "@useskill", 40, atcommand_useskill }, // MouseJstr
|
{ AtCommand_Useskill, "@useskill", 40, atcommand_useskill }, // MouseJstr
|
||||||
|
{ AtCommand_DisplaySkill, "@displayskill", 99, atcommand_displayskill }, // Skotlex
|
||||||
{ AtCommand_Snow, "@snow", 99, atcommand_snow },
|
{ AtCommand_Snow, "@snow", 99, atcommand_snow },
|
||||||
{ AtCommand_Sakura, "@sakura", 99, atcommand_sakura },
|
{ AtCommand_Sakura, "@sakura", 99, atcommand_sakura },
|
||||||
{ AtCommand_Clouds, "@clouds", 99, atcommand_clouds },
|
{ AtCommand_Clouds, "@clouds", 99, atcommand_clouds },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user