[11565] Output guid string instead low guid only for .npc info

Command can be used not only with plain creatures and just low guid
not describe propertly target.
This commit is contained in:
VladimirMangos 2011-05-30 02:42:28 +04:00
parent 59bd6947dd
commit 2dbc5b219a
5 changed files with 14 additions and 7 deletions

View file

@ -0,0 +1,7 @@
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);