mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
[11234] Fixed typo in .debug spellcoefs help string.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
ad1f8a1791
commit
a9b7f00a9e
4 changed files with 11 additions and 4 deletions
7
sql/updates/11234_01_mangos_command.sql
Normal file
7
sql/updates/11234_01_mangos_command.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_11217_01_mangos_creature_addon required_11234_01_mangos_command bit;
|
||||
|
||||
DELETE FROM command WHERE name = 'debug spellcoefs';
|
||||
|
||||
INSERT INTO command (name, security, help) VALUES
|
||||
('debug spellcoefs',3,'Syntax: .debug spellcoefs #spellid\r\n\r\nShow default calculated and DB stored coefficients for direct/dot heal/damage.');
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue