Switched some things to StringID defines

This commit is contained in:
Michael Cook (mackal)
2014-01-24 02:05:26 -05:00
parent 1bf794c29f
commit 85d6db1de1
8 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -443,7 +443,7 @@ bool Client::Process() {
{
if(MakeRandomInt(0, 99) < flurrychance)
{
Message_StringID(MT_NPCFlurry, 128);
Message_StringID(MT_NPCFlurry, YOU_FLURRY);
Attack(auto_attack_target, 13, false);
Attack(auto_attack_target, 13, false);
}