Преглед на файлове

* Small bug fix (== -> !=) thanks to Saithis.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11342 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf преди 17 години
родител
ревизия
d6e60c8248
променени са 2 файла, в които са добавени 5 реда и са изтрити 2 реда
  1. 2 0
      npc/Changelog.txt
  2. 3 2
      npc/jobs/2-2/sage.txt

+ 2 - 0
npc/Changelog.txt

@@ -1,5 +1,7 @@
 Date		Added
 ======
+2007/10/01
+	* Rev. 11342 Small bug fix (== -> !=) thanks to Saithis. [L0ne_W0lf]
 2007/09/27
 	* Optimized/simplified some poorly written code in TSQ [ultramage]
 	- fixed wrong quiz answers

+ 3 - 2
npc/jobs/2-2/sage.txt

@@ -5,7 +5,7 @@
 //= Unknown Translator (1.0)
 //= Darkchild (1.2)
 //===== Current Version: ===================================== 
-//= 2.1
+//= 2.2
 //===== Compatible With: ===================================== 
 //= eAthena SVN
 //===== Description: ========================================= 
@@ -14,6 +14,7 @@
 //===== Additional Comments: ================================= 
 //= 2.1 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf]
 //=	No longer uses function "F_BlockHigh"
+//= 2.2 Small bug fix (== -> !=) thanks to Saithis. [L0ne_W0lf]
 //============================================================ 
 
 yuno_in02,38,61,5	script	Dean of the Academy#sa	743,{
@@ -1658,7 +1659,7 @@ yuno_in03,62,176,2	script	History Professor#sa	109,{
 
 yuno_in03,32,102,1	script	Biology Professor#sa	755,{
 	mes "[Lucius Celsus]";
-	if (BaseJob == Job_Mage) {
+	if (BaseJob != Job_Mage) {
 		if (BaseJob == Job_Sage) {
 			mes "What is your business with me?";
 			mes "You must make a reservation a week in advance if you have any questions.";