diff --git a/data/XML/vocations.xml b/data/XML/vocations.xml
index bc2c272..b681928 100644
--- a/data/XML/vocations.xml
+++ b/data/XML/vocations.xml
@@ -18,7 +18,7 @@
-
+
diff --git a/data/talkactions/scripts/physical_damage.lua b/data/talkactions/scripts/physical_damage.lua
index 84f0df4..4514034 100644
--- a/data/talkactions/scripts/physical_damage.lua
+++ b/data/talkactions/scripts/physical_damage.lua
@@ -262,7 +262,7 @@ function onSay(player, words, param)
if ammunition ~= nil and weapon ~= nil and weapon:getWeaponType() == WEAPON_DISTANCE then
commandStr = commandStr .. ", " .. ammunitionName
end
- player:sendCancelMessage(commandStr)
+ player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, commandStr)
local offensiveDamageContainer = getTotalDamage(creature, weapon, ammunition, vocation, attack, skillValue, FIGHTMODE_ATTACK)
local balancedDamageContainer = getTotalDamage(creature, weapon, ammunition, vocation, attack, skillValue, FIGHTMODE_BALANCED)