server/sql/updates/12087_02_mangos_command.sql
bugeyedcreepy cf53b303f7 [12087] Improve some mangos_string texts and command help texts
This closes pull request #75

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
2020-02-16 08:53:54 +00:00

3 lines
315 B
SQL

ALTER TABLE db_version CHANGE COLUMN required_12087_01_mangos_mangos_string required_12087_02_mangos_command bit;
UPDATE command SET help='Syntax: .honor addkill\r\n\r\nAdd the targeted unit as one of your pvp kills today (you only get honor if it\'s a racial leader or a player)' WHERE name LIKE 'honor addkill';