Просмотр исходного кода

Fixed donpcevent calling non-existant npc in Orc Instance. (bugreport:4039)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14239 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf 15 лет назад
Родитель
Сommit
6e3c96490e
2 измененных файлов с 5 добавлено и 2 удалено
  1. 2 0
      npc/Changelog.txt
  2. 3 2
      npc/instances/OrcsMemory.txt

+ 2 - 0
npc/Changelog.txt

@@ -1,5 +1,7 @@
 Date		Added
 ======
+2010/02/04
+	* Rev. 12439 Fixed donpcevent calling non-existant npc in Orc Instance. (bugreport:4039) [L0ne_W0lf]
 2010/01/24
 	* Rev. 14230 Cleaned up missed files and conf file notes from r14229. [L0ne_W0lf]
 	* Removed npc/eamobs/. Reason: Old/Unsupported/Unofficial/Unused. [Paradox924X]

+ 3 - 2
npc/instances/OrcsMemory.txt

@@ -3,7 +3,7 @@
 //===== By: ================================================== 
 //= L0ne_W0lf
 //===== Current Version: ===================================== 
-//= 1.3
+//= 1.4
 //===== Compatible With: ===================================== 
 //= eAthena SVN
 //===== Description: ========================================= 
@@ -26,6 +26,7 @@
 //=     Fixed some varaibles (types/values) as well.
 //= 1.3 Disabled an exploit related to the orc hero spawn. [L0ne_W0lf]
 //=     Corrected the variable type for party leader name.
+//= 1.4 Fixed donpcevent calling non-existant npc. (bugreport:4039) [L0ne_W0lf]
 //============================================================ 
 
 // Entrance
@@ -105,7 +106,7 @@ gef_fild10,242,202,0	script	Dimensional Gorge Piece	406,{
 						donpcevent instance_npcname("#Warp2-2", instance_id())+"::OnInstanceInit";
 						donpcevent instance_npcname("#Warp2-3", instance_id())+"::OnInstanceInit";
 						donpcevent instance_npcname("#Boss Control", instance_id())+"::OnInstanceInit";
-						donpcevent instance_npcname("#Warp Outside Orc Dungeon", instance_id())+"::OnInstanceInit";
+						donpcevent instance_npcname("#Warp Outside Orc Dun", instance_id())+"::OnInstanceInit";
 						donpcevent instance_npcname("Kruger#", instance_id())+"::OnInstanceInit";
 
 						close;