Explorar o código

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7695 54d463be-8e91-2dee-dedb-b68131a5f0ec

evera %!s(int64=19) %!d(string=hai) anos
pai
achega
0c7b44a0e6
Modificáronse 2 ficheiros con 6 adicións e 1 borrados
  1. 2 0
      npc/Changelog.txt
  2. 4 1
      npc/other/Global_Functions.txt

+ 2 - 0
npc/Changelog.txt

@@ -40,6 +40,8 @@ Date		Added
 ======
 07/15
 	* Removed global eligibility option from DTS warper [Evera]
+	- Added old global eligibility variable for DTS warper to garbage [Evera]
+	- Fixed incorrect information in DTS warper header [Evera]
 	* Fixed Detale's spawn location [Playtester]
 	* Fixed Blue Fish quest only removing 1 Stinky Scale [Playtester]
 	* Fixed some typos in cities/izlude.txt thanks to Zarnox [Playtester]

+ 4 - 1
npc/other/Global_Functions.txt

@@ -3,7 +3,7 @@
 //===== By: ================================================== 
 //= Lupus, kobra_k88
 //===== Current Version: ===================================== 
-//= 2.01
+//= 2.02
 //===== Compatible With: ===================================== 
 //= eAthena 1.0
 //===== Description: ========================================= 
@@ -23,6 +23,7 @@
 //= 1.91 Added "F_SaveQuestSkills","F_Load?Skills" functions [Lupus]
 //= 2.0 Fixed F_Save/LoadQuestSkills functions. Had to split in into 2 vars [Lupus]
 //= 2.01 Added $talk to F_ClearGarbage [Evera]
+//= 2.02 Added $dtsglobalelig and $dts|(1<<6) to F_ClearGarbage [Evera]
 //============================================================ 
 
 
@@ -67,6 +68,8 @@ function	script	F_ClearJobVar	{
 function	script	F_ClearGarbage	{
 	// Clear outdated global VARS
 	if($talk) set $talk,0;
+	if($dtsglobalelig) set $dtsglobalelig,0;
+	if($dts&(1<<6)) set $dts,$dts&~(1<<6);
 	if(MARIANNE) {set MISC_QUEST,MISC_QUEST | 1; set MARIANNE,0;}
 	set MEAT,0; set MORRISON,0;
 	set BUNYBND,0; set TEMPESTRA,0;