diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-16 15:33:59 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-16 15:33:59 +0000 |
commit | d042f7cfd71139195cf43534e93df18b009b1070 (patch) | |
tree | 32b141651c85b8989808804deb3f087aa51676bc /conf-tmpl | |
parent | e997d4f135355b1334f31242e9f76fae46a2deec (diff) | |
download | hercules-d042f7cfd71139195cf43534e93df18b009b1070.tar.gz hercules-d042f7cfd71139195cf43534e93df18b009b1070.tar.bz2 hercules-d042f7cfd71139195cf43534e93df18b009b1070.tar.xz hercules-d042f7cfd71139195cf43534e93df18b009b1070.zip |
- Fixed mysql ping setting being in minutes rather than hours.
- Removed npc_event_sub from npc.h and moved it to npc.c
- Cleaned up #warp to prevent spitting non-walkable tile warnings.
- Changed the meaning of msg_athena 2, it is now "invalid target cell, randomizing".
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6114 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/msg_athena.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf-tmpl/msg_athena.conf b/conf-tmpl/msg_athena.conf index e41c37bd2..a83375b5a 100644 --- a/conf-tmpl/msg_athena.conf +++ b/conf-tmpl/msg_athena.conf @@ -14,7 +14,7 @@ 0: Warped.
1: Map not found.
-2: Coordinates out of range.
+2: Invalid coordinates, using random target cell.
3: Character not found.
4: Jump to %s
5: Jump to %d %d
|