diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-26 18:54:07 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-26 18:54:07 +0000 |
commit | 2e35eff8bfe55314e30aaa2b88bd0bf1e7bd7647 (patch) | |
tree | 53fbb31579d6e7c4f9572090379dd0ac36c53000 /db/const.txt | |
parent | 894951cb5bb625050cc6da1ce409aed575f034f0 (diff) | |
download | hercules-2e35eff8bfe55314e30aaa2b88bd0bf1e7bd7647.tar.gz hercules-2e35eff8bfe55314e30aaa2b88bd0bf1e7bd7647.tar.bz2 hercules-2e35eff8bfe55314e30aaa2b88bd0bf1e7bd7647.tar.xz hercules-2e35eff8bfe55314e30aaa2b88bd0bf1e7bd7647.zip |
* Patches to allow everything to work right. + 1 more sample script.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6779 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 1e4ee08dd..d97374a77 100644 --- a/db/const.txt +++ b/db/const.txt @@ -710,6 +710,8 @@ AI_ACTION_TYPE_ATTACK 1 AI_ACTION_TYPE_DETECT 2
AI_ACTION_TYPE_DEAD 3
AI_ACTION_TYPE_ASSIST 4
+AI_ACTION_TYPE_KILL 5
+AI_ACTION_TYPE_UNLOCK 6
ALL_CLIENT 0
ALL_SAMEMAP 1
|