diff options
-rw-r--r-- | npc/functions/aurora.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index db178fcb6..eb71f596e 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -86,7 +86,7 @@ function script FYNewEvent { case 6: $EVENT$="Mining"; callfunc("FYEConf_Mining"); - kamibroadcast("Minion Union's Research Request is now open!", "Aurora Events"); + kamibroadcast("Miners Union Research Request is now open!", "Aurora Events"); break; case 7: // FIXME: PLACEHOLDER @@ -120,7 +120,7 @@ function script FYNewEvent { // FIXME: PLACEHOLDER $EVENT$="Mining"; callfunc("FYEConf_Mining"); - kamibroadcast("Minion Union's Research Request is now open!", "Aurora Events"); + kamibroadcast("Miners Union Research Request is now open!", "Aurora Events"); break; } donpcevent "Aurora::OnRestore"; |