mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
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)
3 lines
354 B
SQL
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';
|