diff options
author | mekolat <mekolat@gmail.com> | 2015-03-02 20:48:20 -0500 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2015-03-02 20:48:20 -0500 |
commit | 7d86c6a7b874cb9126f7cfe24de55a35cf5d5083 (patch) | |
tree | 8ce02721367e103e7d17f7150ce04ff3c8341ee8 /world/map/npc/051-3/reinforcements.txt | |
parent | 1ec55a146d18d500adef7c562b4246e3bea4ce41 (diff) | |
download | serverdata-7d86c6a7b874cb9126f7cfe24de55a35cf5d5083.tar.gz serverdata-7d86c6a7b874cb9126f7cfe24de55a35cf5d5083.tar.bz2 serverdata-7d86c6a7b874cb9126f7cfe24de55a35cf5d5083.tar.xz serverdata-7d86c6a7b874cb9126f7cfe24de55a35cf5d5083.zip |
fix deprecated asterisk in announcements
Diffstat (limited to 'world/map/npc/051-3/reinforcements.txt')
-rw-r--r-- | world/map/npc/051-3/reinforcements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/051-3/reinforcements.txt b/world/map/npc/051-3/reinforcements.txt index e52242cd..34f5434b 100644 --- a/world/map/npc/051-3/reinforcements.txt +++ b/world/map/npc/051-3/reinforcements.txt @@ -48,7 +48,7 @@ OnRnfrcmts: // Spawn 4 bandit lords areamonster "051-3", 29, 25, 48, 39, "", 1065, 3, "Door::OnB"; initnpctimer; - mapannounce "051-3", "Bandit Lords:* Do not let them escape!!" , 0; + mapannounce "051-3", "Bandit Lords : Do not let them escape!!" , 0; areatimer "051-3", 25, 20, 80, 85, 10, "Door::OnDRnfrcmts"; end; |