diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-04 01:10:00 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-04 01:10:00 +0000 |
commit | e5378a2162c343cbcef68d79af31759f202151ec (patch) | |
tree | 3390dd11eca326240fc2d2a04580b88d81e2bbc6 | |
parent | 2688e56e5548ba3d39d394f3f965bc66e4c703c0 (diff) | |
download | hercules-e5378a2162c343cbcef68d79af31759f202151ec.tar.gz hercules-e5378a2162c343cbcef68d79af31759f202151ec.tar.bz2 hercules-e5378a2162c343cbcef68d79af31759f202151ec.tar.xz hercules-e5378a2162c343cbcef68d79af31759f202151ec.zip |
Removed extraneous " after #que_godnpc2 NPC name. (bugreport: 1758)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12906 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 4 | ||||
-rw-r--r-- | npc/quests/seals/god_weapon_creation.txt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 8a075d090..a379e90a7 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ -Date Added +Date Added ====== +2008/07/04 + * Removed extraneous " after #que_godnpc2 NPC name. (bugreport: 1758) [Paradox924X] 2008/07/02 * Fixed: several typos in quests_yuno.txt (bugreport:1786) [akrus] 2008/06/30 diff --git a/npc/quests/seals/god_weapon_creation.txt b/npc/quests/seals/god_weapon_creation.txt index 07695de2e..cc5303083 100644 --- a/npc/quests/seals/god_weapon_creation.txt +++ b/npc/quests/seals/god_weapon_creation.txt @@ -1210,7 +1210,7 @@ que_god01,214,128,0 script #que_godnpc1 111,{ } -que_god01,215,128,0 script #que_godnpc2" 111,{ +que_god01,215,128,0 script #que_godnpc2 111,{ mes "[Entrance Notice]"; mes "Only the quickest human being will possess the power of God."; |