mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
* List all client and server side supported shift-link types updated in Chat.cpp * Now Henchant anf Hglyph links can be used in commands as spell links. * Hitem and Hquest links changed to client supported form.
6 lines
394 B
SQL
6 lines
394 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_8399_01_mangos_spell_elixir required_8412_01_mangos_mangos_string bit;
|
|
|
|
DELETE FROM mangos_string WHERE entry IN(512,513);
|
|
INSERT INTO mangos_string VALUES
|
|
(512,'%d - |cffffffff|Hitem:%d:0:0:0:0:0:0:0:0|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
|
(513,'%d - |cffffffff|Hquest:%d:%d|h[%s]|h|r %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|