summaryrefslogtreecommitdiff
path: root/src/map/atcommand.hpp
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2012-12-12 22:36:08 -0800
committerBen Longbons <b.r.longbons@gmail.com>2012-12-12 22:36:08 -0800
commit608f959900968e83fd25231c72308fc608742dd5 (patch)
tree33a250f00947d7c83ba50779da466b5f5885db9f /src/map/atcommand.hpp
parentd8e5c96fbbed5d526dd77d2e427bcb3090bddd58 (diff)
downloadtmwa-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.hpp7
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,