diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-19 05:56:01 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-19 05:56:01 +0000 |
commit | 4f5f759f09c2cd938aae953d4471148c39305679 (patch) | |
tree | 653908dfb09146e346e44c170e81f44548a1a45b /db/const.txt | |
parent | 8b335514d717b0b9fee0f2203a7b9bef7fbb15ea (diff) | |
download | hercules-4f5f759f09c2cd938aae953d4471148c39305679.tar.gz hercules-4f5f759f09c2cd938aae953d4471148c39305679.tar.bz2 hercules-4f5f759f09c2cd938aae953d4471148c39305679.tar.xz hercules-4f5f759f09c2cd938aae953d4471148c39305679.zip |
- Added 22nd argument to 'getmonsterinfo' which returns the mvp_exp of a monster.
- Changed 'checkvending' to return 2 if player is using @autotrade.
- Follow up to r15871: used spaces so everything lines up (people might use different Tab Size in their text editors).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15872 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 8310085e9..4e88ac46e 100644 --- a/db/const.txt +++ b/db/const.txt @@ -1315,6 +1315,7 @@ MOB_SIZE 18 MOB_RACE 19 MOB_ELEMENT 20 MOB_MODE 21 +MOB_MVPEXP 22 AI_ACTION_TYPE 0 AI_ACTION_TAR_TYPE 1 |