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
@@ -3791,7 +3791,7 @@ void Bot::AI_Process() {
{
if(MakeRandomInt(0, 100) < flurrychance)
{
Message_StringID(MT_NPCFlurry, 128);
Message_StringID(MT_NPCFlurry, YOU_FLURRY);
Attack(GetTarget(), SLOT_PRIMARY, false);
Attack(GetTarget(), SLOT_PRIMARY, false);
}