diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-23 09:26:00 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-23 09:26:00 +0000 |
commit | 7d7f935061145b4f387ce904ec3d1c44612341bb (patch) | |
tree | 81961130b37c75bd7915bc46247fea87c3709f40 /db | |
parent | 012a470926be6d0d0f51f877c6ba1ffd3422ea3a (diff) | |
download | hercules-7d7f935061145b4f387ce904ec3d1c44612341bb.tar.gz hercules-7d7f935061145b4f387ce904ec3d1c44612341bb.tar.bz2 hercules-7d7f935061145b4f387ce904ec3d1c44612341bb.tar.xz hercules-7d7f935061145b4f387ce904ec3d1c44612341bb.zip |
* Added script command pushpc, which is required by newer scripts.
- Moved knockback-part of skill_blown into unit_blown, to allow unconditional knockback required by pushpc without copy-pasting code.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14492 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 6310a0d7f..697ad37bd 100644 --- a/db/const.txt +++ b/db/const.txt @@ -1882,3 +1882,12 @@ VAR_HEADPALETTE 6 VAR_BODYPALETTE 7 VAR_SHIELD 8 VAR_SHOES 9 + +DIR_NORTH 0 +DIR_NORTHWEST 1 +DIR_WEST 2 +DIR_SOUTHWEST 3 +DIR_SOUTH 4 +DIR_SOUTHEAST 5 +DIR_EAST 6 +DIR_NORTHEAST 7 |