diff options
author | tr0n93 <tr0n93@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-27 23:59:40 +0000 |
---|---|---|
committer | tr0n93 <tr0n93@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-27 23:59:40 +0000 |
commit | 382f25a1e0d40399f84dfa82c9a686740fc97f62 (patch) | |
tree | 75cc56cdbcb7335af726f508570e5245fa929daa /npc/instances | |
parent | 3d4287cc5efb305ba392ab81875f117548e207f7 (diff) | |
download | hercules-382f25a1e0d40399f84dfa82c9a686740fc97f62.tar.gz hercules-382f25a1e0d40399f84dfa82c9a686740fc97f62.tar.bz2 hercules-382f25a1e0d40399f84dfa82c9a686740fc97f62.tar.xz hercules-382f25a1e0d40399f84dfa82c9a686740fc97f62.zip |
- Fixed a bug in security check
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16159 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/instances')
-rw-r--r-- | npc/instances/OrcsMemory.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/instances/OrcsMemory.txt b/npc/instances/OrcsMemory.txt index c8f5d2510..a1d8618ca 100644 --- a/npc/instances/OrcsMemory.txt +++ b/npc/instances/OrcsMemory.txt @@ -177,7 +177,7 @@ gef_fild10,242,202,0 script Dimensional Gorge Piece 406,{ } else if (.@orctime == 2) { mes "^0000ffAll records and after-effects related to the Orc's Memory Dungeon are deleted. You can now regenerate or re-enter the dungeon.^000000"; - set party_instance_id2,0; + set party_instance_id3,0; erasequest 12059; close; } |