mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[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:
parent
59bd6947dd
commit
2dbc5b219a
5 changed files with 14 additions and 7 deletions
7
sql/updates/11565_01_mangos_mangos_string.sql
Normal file
7
sql/updates/11565_01_mangos_mangos_string.sql
Normal 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue