diff options
author | shennetsind <shennetsind@users.noreply.github.com> | 2013-10-30 14:48:26 -0700 |
---|---|---|
committer | shennetsind <shennetsind@users.noreply.github.com> | 2013-10-30 14:48:26 -0700 |
commit | 566529c819bcf9aeb1bd3a4a691c443c2b88d076 (patch) | |
tree | 5d3448afe67329cc9d650732425f0152ef242e7b /npc/events/MemorialDay_2008.txt | |
parent | 8039bd169886a4b0583cd1a794fcf61c79626e86 (diff) | |
parent | e9b4aec5eae2bc3454636a71953dcb1e1abb5ee7 (diff) | |
download | hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.tar.gz hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.tar.bz2 hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.tar.xz hercules-566529c819bcf9aeb1bd3a4a691c443c2b88d076.zip |
Merge pull request #210 from kisuka/npc-constants
NPC Constants
Diffstat (limited to 'npc/events/MemorialDay_2008.txt')
-rw-r--r-- | npc/events/MemorialDay_2008.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/events/MemorialDay_2008.txt b/npc/events/MemorialDay_2008.txt index 684649917..2b60a8a82 100644 --- a/npc/events/MemorialDay_2008.txt +++ b/npc/events/MemorialDay_2008.txt @@ -14,7 +14,7 @@ // Lauds //============================================================ -prontera,182,214,4 script Lauds#Memorial 58,{ +prontera,182,214,4 script Lauds#Memorial 1_M_MERCHANT,{ if (Memorial08 < 1) { mes "[Mad Sago Lauds]"; mes "Hey, yo!"; @@ -194,7 +194,7 @@ prontera,182,214,4 script Lauds#Memorial 58,{ // Memorial Plaque //============================================================ -prontera,153,286,4 script Memorial Plaque#Memorial 857,{ +prontera,153,286,4 script Memorial Plaque#Memorial 4_BOARD3,{ if (Memorial08 < 8) { mes "[" + strcharinfo(0) + "]"; mes "- It's a dusty old plaque.-"; @@ -251,7 +251,7 @@ prontera,153,286,4 script Memorial Plaque#Memorial 857,{ // Grast //============================================================ -prontera,150,270,4 script Grast#Memorial 900,{ +prontera,150,270,4 script Grast#Memorial 4_M_HUMERCHANT,{ if (Memorial08 < 3) { mes "[Grast]"; mes "Memorial Day is a sad and yet glorious day."; |