diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-26 04:21:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-26 04:21:09 -0300 |
commit | 52e255a5bc949c9c9d09b40658dd28ff1860ab8a (patch) | |
tree | 8207bb2616227f94b3281fd1e6bb86206312619f /npc/025-2 | |
parent | 32e1e0a96b88531ebfca55664938d56217adec36 (diff) | |
download | serverdata-52e255a5bc949c9c9d09b40658dd28ff1860ab8a.tar.gz serverdata-52e255a5bc949c9c9d09b40658dd28ff1860ab8a.tar.bz2 serverdata-52e255a5bc949c9c9d09b40658dd28ff1860ab8a.tar.xz serverdata-52e255a5bc949c9c9d09b40658dd28ff1860ab8a.zip |
Phoenix Rebirth - fix a bug
Diffstat (limited to 'npc/025-2')
-rw-r--r-- | npc/025-2/phoenix.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/025-2/phoenix.txt b/npc/025-2/phoenix.txt index 6bee93270..d0ad0b8c7 100644 --- a/npc/025-2/phoenix.txt +++ b/npc/025-2/phoenix.txt @@ -90,7 +90,7 @@ getitembound SupremeGift, 1, 4; warp "005-1", 40, 117; LOCATION$="Candor"; - kamibroadcast("%s has been reborn.", strcharinfo(0)); + kamibroadcast(strcharinfo(0)+" has been reborn."); $MOST_HEROIC$=strcharinfo(0); StatusResetReinvest(); // Open a new dialog |