mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
6 lines
367 B
SQL
6 lines
367 B
SQL
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.');
|