diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 3 | ||||
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index ad372da7b..792bee400 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,8 @@ Date Added +2007/04/13 + * Added debug command @displayskill. Should be used only by people + searching for new skill IDs. [Skotlex] 2007/04/12 * Updated various mapflags with 11.2 maps [Playtester] 2007/04/11 diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index 0f2f43c7d..e4eacc9c2 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -715,6 +715,9 @@ packet: 99 // Give information about terrain/area (debug function) gat: 99 +// Displays the animation of a skill without really using it (debug function) +displayskill: 99 + // Allows viewing/changing the map's water level (debug function) // NOTE: Requires access to the .grf files since the map height properties are not stored in the map cache. waterlevel: 99 |