diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/kafras/cool_event_corp.txt | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 93ba91077..43d0eaad7 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2007/04/24 + * Removed duplicates in cool_event_corp * Removed duplicates in Kiel_Hyre_Quest [Toms] * Added missing close; to the magician first_class quest [ultramage] 2007/04/23 diff --git a/npc/kafras/cool_event_corp.txt b/npc/kafras/cool_event_corp.txt index 46c8a0ebb..7f3743eb8 100644 --- a/npc/kafras/cool_event_corp.txt +++ b/npc/kafras/cool_event_corp.txt @@ -16,7 +16,7 @@ //= 1.2 Added Rachel Cool Event Corp. Staff [Playtester] //============================================================ -hugel,88,168,4 script Cool Event Corp. Staff#hugel 874,{ +hugel,88,168,4 script Cool Event Corp. Staff::CoolEventCorpStaffHugel 874,{ mes "[Cool Event Corp. Staff]"; mes "Welcome to Cool Event Corp."; @@ -128,7 +128,7 @@ hugel,88,168,4 script Cool Event Corp. Staff#hugel 874,{ } } -rachel,109,138,5 script Cool Event Corp. Staff#rachel 874,{ +rachel,109,138,5 script Cool Event Corp. Staff::CoolEventCorpStaffRachel 874,{ mes "[Cool Event Corp. Staff]"; mes "Welcome to Cool Event Corp."; |