diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-24 01:07:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-24 01:07:49 -0300 |
commit | cb9d6902965ab0b9d3c610c372d476054025585a (patch) | |
tree | acacfdb99896dd92784b835f8346f4db6dbaf054 | |
parent | d27d922b7a39e97e536a2d02f928da6d905739b3 (diff) | |
download | serverdata-cb9d6902965ab0b9d3c610c372d476054025585a.tar.gz serverdata-cb9d6902965ab0b9d3c610c372d476054025585a.tar.bz2 serverdata-cb9d6902965ab0b9d3c610c372d476054025585a.tar.xz serverdata-cb9d6902965ab0b9d3c610c372d476054025585a.zip |
Fix long standing typo on Aurora (Minion's Union is funny but not today).
-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"; |