diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-15 13:23:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-15 13:23:14 -0300 |
commit | 425976d831c57d71aa0bb05fcff33f716407fc85 (patch) | |
tree | 8ce7ba60aafc72f1c57518bb1fec623cd6de2ac8 | |
parent | 842431d7635b17b1210a2ce040f0d9f9a9c2583b (diff) | |
download | serverdata-425976d831c57d71aa0bb05fcff33f716407fc85.tar.gz serverdata-425976d831c57d71aa0bb05fcff33f716407fc85.tar.bz2 serverdata-425976d831c57d71aa0bb05fcff33f716407fc85.tar.xz serverdata-425976d831c57d71aa0bb05fcff33f716407fc85.zip |
Change Gold Pot emotes
-rw-r--r-- | npc/014-5/events.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/014-5/events.txt b/npc/014-5/events.txt index 07ad4db65..f0965ae9a 100644 --- a/npc/014-5/events.txt +++ b/npc/014-5/events.txt @@ -15,25 +15,25 @@ function symbol{ switch (getarg(0)) { case 0: - mesn "%%0"; + mesn "%%t"; break; case 1: - mesn "%%1"; + mesn "%%g"; break; case 2: - mesn "%%2"; + mesn "%%H"; break; case 3: - mesn "%%3"; + mesn "%%G"; break; case 4: - mesn "%%4"; + mesn "%%Q"; break; case 5: - mesn "%%5"; + mesn "%%N"; break; case 6: - mesn "%%6"; + mesn "%%K"; break; default: mesn "%%@"; |