summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-11 09:07:44 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-11 09:07:44 +0000
commit9494fde90d8fe5cbffb324663d5d2d5b48ee601b (patch)
treeffd49a1004a42c43e8a229d0e9252bf675ea747d /Changelog-Trunk.txt
parent39b0b382385640f886068b32a53157a913a51722 (diff)
downloadhercules-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 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index f0f2efa54..dc9129b62 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -12,6 +12,8 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
appearance change instead of deleting one and creating the other
- due to the above, an opening warp is now properly accompanied by
the log-in like sound effect
+ - Removed the check that prevented Warp Portal from opening after you
+ picked the destination, if there was someone blocking the cell
* Re-enabled packet 0x1ac to be sent when something gets ankle-snared
* Partially removed the usage of 'flags' to direct the execution path
in skill unit code (some people seem to really like flags >_>)