diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-08 22:51:52 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-08 22:51:52 +0000 |
commit | 119ff0550b0f4d5e09b9cba41c2f56723c58ca5d (patch) | |
tree | ebca2fc69700f81dae4da60c40fc0a6876926635 /src/map/atcommand.h | |
parent | 09fadbbae7b2804a09d07c0efffd50caf8efb1c9 (diff) | |
download | hercules-119ff0550b0f4d5e09b9cba41c2f56723c58ca5d.tar.gz hercules-119ff0550b0f4d5e09b9cba41c2f56723c58ca5d.tar.bz2 hercules-119ff0550b0f4d5e09b9cba41c2f56723c58ca5d.tar.xz hercules-119ff0550b0f4d5e09b9cba41c2f56723c58ca5d.zip |
I am bored
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@515 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index d4af0eae0..ce8fc2359 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -212,6 +212,9 @@ enum AtCommandType { // SQL-only commands end #endif AtCommand_SkillTree, // by MouseJstr + AtCommand_Marry, // by MouseJstr + AtCommand_Divorce, // by MouseJstr + AtCommand_Rings, // by MouseJstr // end AtCommand_Unknown, |