mirror of
https://github.com/mangosfour/server.git
synced 2026-01-02 01:37:05 +00:00
[11335] Let npc info command display more information.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
d75fd850ac
commit
ea516bef45
7 changed files with 39 additions and 7 deletions
6
sql/updates/11335_01_mangos_mangos_string.sql
Normal file
6
sql/updates/11335_01_mangos_mangos_string.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_11312_01_mangos_mangos_string required_11335_01_mangos_mangos_string bit;
|
||||
|
||||
DELETE FROM mangos_string WHERE entry IN (1170);
|
||||
|
||||
INSERT INTO mangos_string VALUES
|
||||
(1170,'Player selected NPC\nGUID: %u.\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