summaryrefslogtreecommitdiff
path: root/npc/Changelog.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-05-29 17:37:57 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-05-29 17:37:57 +0000
commit0f670e5a6e960a8d06fc8f9f15440851c935411d (patch)
tree1889ac24bb7c7d5b94a056ffed9ac484a46f858a /npc/Changelog.txt
parent613b76cccd9d71a2537d37d0a533afe68205da87 (diff)
downloadhercules-0f670e5a6e960a8d06fc8f9f15440851c935411d.tar.gz
hercules-0f670e5a6e960a8d06fc8f9f15440851c935411d.tar.bz2
hercules-0f670e5a6e960a8d06fc8f9f15440851c935411d.tar.xz
hercules-0f670e5a6e960a8d06fc8f9f15440851c935411d.zip
Added a pc_isdead check to warpparty. Only warp and mapwarp (moveto, warpallpcinthemap, and warpwaitingpc aegis script equivilents) should revive players when placing them on new maps.
Updated F_CashPartyCall to use warpparty. Renamed original function to F_CashPartyCall2 and commented out. Fixed an error in the monster race npcs calling a nonexistant OnEnable. Renamed 'Tabb' in the 13.1 Draco egg daily quest to 'Taab'. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14313 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/Changelog.txt')
-rw-r--r--npc/Changelog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index ff90e3393..84e5f01cf 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,5 +1,9 @@
Date Added
======
+2010/05/29
+ * Rev. 14313 Updated F_CashPartyCall to use warpparty. Renamed original function to F_CashPartyCall2 and commented out. [L0ne_W0lf]
+ * Fixed an error in the monster race npcs calling a nonexistant OnEnable.
+ * Renamed 'Tabb' in the 13.1 Draco egg daily quest to 'Taab'.
2010/05/26
* Rev. 14308 Added 13.2 daily quest 'Dragon Egg collection.' [L0ne_W0lf]
2010/05/25