additional output for additem command

Port From (https://github.com/TrinityCore/TrinityCore/commit/72e61625bca5a8420fc76666db3481673b180a69)
This commit is contained in:
hondacrx
2022-01-05 23:29:15 -05:00
parent 43d3298724
commit f1a0e55cb5
4 changed files with 45 additions and 20 deletions
@@ -0,0 +1,4 @@
--
delete from `trinity_string` where `entry`=600;
insert into `trinity_string` (entry,content_default,content_loc1,content_loc2,content_loc3,content_loc4,content_loc5,content_loc6,content_loc7,content_loc8) values
(600, "Failed to remove itemID = %i, amount = %i, from %s (No such item exists in target's inventory)", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);