server/sql/updates/12712_02_mangos_command.sql
sanctum32 7f4338f0d6 [12712] Updated .account set addon command description
Fixed my revisions missmatch... i was working in another git clone and just latelly merged all to one... (look fix in git comment who applied 12774)
2020-02-17 09:20:51 +00:00

3 lines
354 B
SQL

ALTER TABLE db_version CHANGE COLUMN required_12712_01_mangos required_12712_02_mangos_command bit;
UPDATE `command` SET `help`='Syntax: .account set addon [#accountId|$accountName] #addon\r\n\r\nSet user (possible targeted) expansion addon level allowed. Addon values: 0 - normal, 1 - tbc, 2 - wotlk, 3 - cataclysm.' WHERE `name`='account set addon';