diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2012-12-12 22:36:08 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2012-12-12 22:36:08 -0800 |
commit | 608f959900968e83fd25231c72308fc608742dd5 (patch) | |
tree | 33a250f00947d7c83ba50779da466b5f5885db9f /src/map/atcommand.hpp | |
parent | d8e5c96fbbed5d526dd77d2e427bcb3090bddd58 (diff) | |
download | tmwa-608f959900968e83fd25231c72308fc608742dd5.tar.gz tmwa-608f959900968e83fd25231c72308fc608742dd5.tar.bz2 tmwa-608f959900968e83fd25231c72308fc608742dd5.tar.xz tmwa-608f959900968e83fd25231c72308fc608742dd5.zip |
Remove guilds, finally
If anyone in the future wonders why I did this,
just look at how many lines of code this eliminates.
Diffstat (limited to 'src/map/atcommand.hpp')
-rw-r--r-- | src/map/atcommand.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/map/atcommand.hpp b/src/map/atcommand.hpp index d35cb4f..b052fc6 100644 --- a/src/map/atcommand.hpp +++ b/src/map/atcommand.hpp @@ -26,7 +26,6 @@ enum AtCommandType AtCommand_Load, AtCommand_Speed, AtCommand_Storage, - AtCommand_GuildStorage, AtCommand_Option, AtCommand_Hide, AtCommand_Die, @@ -66,7 +65,6 @@ enum AtCommandType AtCommand_Intelligence, AtCommand_Dexterity, AtCommand_Luck, - AtCommand_GuildLevelUp, AtCommand_Recall, AtCommand_Revive, AtCommand_CharacterStats, @@ -90,9 +88,6 @@ enum AtCommandType AtCommand_LostSkill, AtCommand_CharLostSkill, AtCommand_Party, - AtCommand_Guild, - AtCommand_AgitStart, - AtCommand_AgitEnd, AtCommand_MapExit, AtCommand_IDSearch, AtCommand_CharSkReset, @@ -121,9 +116,7 @@ enum AtCommandType AtCommand_CharUnBan, // by Yor AtCommand_MountPeco, // by Valaris AtCommand_CharMountPeco, // by Yor - AtCommand_GuildSpy, // [Syrus22] AtCommand_PartySpy, // [Syrus22] - AtCommand_GuildRecall, // by Yor AtCommand_PartyRecall, // by Yor AtCommand_Enablenpc, AtCommand_Disablenpc, |