mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
Command can be used not only with plain creatures and just low guid not describe propertly target.
7 lines
522 B
SQL
7 lines
522 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_11560_01_mangos_command required_11565_01_mangos_mangos_string bit;
|
|
|
|
DELETE FROM mangos_string WHERE entry IN (1170,539);
|
|
|
|
INSERT INTO mangos_string VALUES
|
|
(539,'Player selected: %s.\nFaction: %u.\nnpcFlags: %u.\nEntry: %u.\nDisplayID: %u (Native: %u).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
|
(1170,'Player selected: %s.\nFaction: %u.\nnpcFlags: %u.\nBase Entry: %u, Spawned Entry %u (Difficulty %u).\nDisplayID: %u (Native: %u).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|