diff options
author | sketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-12-18 02:36:01 +0000 |
---|---|---|
committer | sketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-12-18 02:36:01 +0000 |
commit | 1fe43024299ca9bbe18791a86080b459c96c3227 (patch) | |
tree | fb9ab94a9cf0d1ef48b126fa96d1eb27b4f2894c /vcproj-9/map-server_txt.vcproj | |
parent | 25aa6a70d711dbc1da0d02ca5f7ec9f8bd9be54e (diff) | |
download | hercules-1fe43024299ca9bbe18791a86080b459c96c3227.tar.gz hercules-1fe43024299ca9bbe18791a86080b459c96c3227.tar.bz2 hercules-1fe43024299ca9bbe18791a86080b459c96c3227.tar.xz hercules-1fe43024299ca9bbe18791a86080b459c96c3227.zip |
Removed charcommand code while allowing atcommand code to support its functionality.
Charcommands still retain their '#' symbol but now looks for a character name as the first parameter instead of last.
Atcommand configs now support charcommand level configurations by comma seperation (e.g. 60,99)
As a result of this, all atcommands that don't affect multiple users already (@kickall, @doom, @mapexit) are capable of remote usage.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13403 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-9/map-server_txt.vcproj')
-rw-r--r-- | vcproj-9/map-server_txt.vcproj | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/vcproj-9/map-server_txt.vcproj b/vcproj-9/map-server_txt.vcproj index 2e6d1064d..679f2d287 100644 --- a/vcproj-9/map-server_txt.vcproj +++ b/vcproj-9/map-server_txt.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9,00" + Version="9.00" Name="map-server_txt" ProjectGUID="{D356871D-58E1-450B-967A-E1E9646175AF}" RootNamespace="map-server_txt" @@ -218,14 +218,6 @@ > </File> <File - RelativePath="..\src\map\charcommand.c" - > - </File> - <File - RelativePath="..\src\map\charcommand.h" - > - </File> - <File RelativePath="..\src\map\chat.c" > </File> @@ -266,6 +258,14 @@ > </File> <File + RelativePath="..\src\map\homunculus.c" + > + </File> + <File + RelativePath="..\src\map\homunculus.h" + > + </File> + <File RelativePath="..\src\map\intif.c" > </File> @@ -314,14 +314,6 @@ > </File> <File - RelativePath="..\src\map\homunculus.c" - > - </File> - <File - RelativePath="..\src\map\homunculus.h" - > - </File> - <File RelativePath="..\src\map\mercenary.c" > </File> |