diff options
author | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-28 11:54:32 +0000 |
---|---|---|
committer | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-28 11:54:32 +0000 |
commit | be231655f6626981f2d5d39144971a98ff40e8b5 (patch) | |
tree | 54c267f69cf47467d7962b9a577f87983d15f04c | |
parent | a77e818f841305d286d2e472893ff132751e4291 (diff) | |
download | hercules-be231655f6626981f2d5d39144971a98ff40e8b5.tar.gz hercules-be231655f6626981f2d5d39144971a98ff40e8b5.tar.bz2 hercules-be231655f6626981f2d5d39144971a98ff40e8b5.tar.xz hercules-be231655f6626981f2d5d39144971a98ff40e8b5.zip |
Fixed a mistake causing an NPC to appear in bio labs 3 instead of Lighthalzen
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6798 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/cities/lighthalzen.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 7abecac93..d5528648c 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -30,6 +30,9 @@ Evera Date Added
======
+05/28
+ * Fixed a mistake causing an NPC to appear in bio labs 3 instead of Lighthalzen [MasterOfMuppets]
+ - Thanks to theultramage for pointing it out.
05/27
* Updated DTS Warper; Now uses 3 global vars, 2 are vote #, 1 is etc in binary values. [Evera]
* Implemented the friendship quest. *finally* [MasterOfMuppets]
diff --git a/npc/cities/lighthalzen.txt b/npc/cities/lighthalzen.txt index a301f4294..425978c5d 100644 --- a/npc/cities/lighthalzen.txt +++ b/npc/cities/lighthalzen.txt @@ -1754,7 +1754,7 @@ lhz_in03.gat,183,82,6 script Drunken Man#Drunken_Man2 870,{ // ---------------------------------------------------------------------------
-lhz_dun03.gat,180,83,6 script Citizen 86,{
+lighthalzen.gat,180,83,6 script Citizen 86,{
mes "[Mitchell]";
mes "You know, everyone";
|