diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-11 09:07:44 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-11 09:07:44 +0000 |
commit | 9494fde90d8fe5cbffb324663d5d2d5b48ee601b (patch) | |
tree | ffd49a1004a42c43e8a229d0e9252bf675ea747d /src/map/status.c | |
parent | 39b0b382385640f886068b32a53157a913a51722 (diff) | |
download | hercules-9494fde90d8fe5cbffb324663d5d2d5b48ee601b.tar.gz hercules-9494fde90d8fe5cbffb324663d5d2d5b48ee601b.tar.bz2 hercules-9494fde90d8fe5cbffb324663d5d2d5b48ee601b.tar.xz hercules-9494fde90d8fe5cbffb324663d5d2d5b48ee601b.zip |
Removed the check that prevented Warp Portal from opening after you picked the destination, if there was someone blocking the cell.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11406 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c index ef559853d..6ff33adcb 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6847,6 +6847,7 @@ int status_change_timer(int tid, unsigned int tick, int id, int data) break; case SC_SPLASHER: + // custom Venom Splasher countdown timer //if (sc->data[type].val4 % 1000 == 0) { // char timer[10]; // snprintf (timer, 10, "%d", sc->data[type].val4/1000); |