mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Fixed more Message_StringID
This commit is contained in:
@@ -5411,8 +5411,7 @@ void Client::Handle_OP_Disarm(const EQApplicationPacket *app) {
|
||||
return;
|
||||
}
|
||||
// Trying to disarm something we can't disarm
|
||||
Message(13, "Your attempt to disarm your target has failed.");
|
||||
// Message_StringID(MT_Skills, DISARM_FAILED);
|
||||
Message_StringID(MT_Skills, DISARM_NO_TARGET);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user