mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 13:22:48 +01:00
Core/ChatCommands: Fix a potential crash if a custom chat command does not have a specified help string
This commit is contained in:
6
sql/updates/world/3.3.5/2020_10_08_00_world.sql
Normal file
6
sql/updates/world/3.3.5/2020_10_08_00_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `trinity_string` WHERE `entry`=196;
|
||||
INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES
|
||||
(196, 'There is no detailed usage information associated with \'%.*s\'.
|
||||
This should never occur for stock TrinityCore commands - if it does, report this as a bug.
|
||||
If this is a custom command, use `trinity_string` to specify it. Look at cs_achievement.cpp for example usage.');
|
||||
Reference in New Issue
Block a user