mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Switched some things to StringID defines
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user