[7193] Renamed output Field Flags to Unit Flags in npc info command.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-01-27 14:42:35 +01:00
parent b27fbe8e4e
commit ff1e2bb9fd
3 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,3 @@
ALTER TABLE db_version CHANGE COLUMN required_7175_01_mangos_spell_proc_event required_7193_01_mangos_mangos_string bit;
UPDATE mangos_string SET content_default = 'Unit Flags: %u.\nDynamic Flags: %u.\nFaction Template: %u.' WHERE entry = 542;