From 3a8b5179fa552c31062f412d1b4e27438941c362 Mon Sep 17 00:00:00 2001 From: MitchesD Date: Sat, 14 Jun 2014 21:41:54 +0200 Subject: Scripts/Commands: added option to show flags_extra (.npc info) --- sql/updates/world/2014_06_14_04_world_trinity_string.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2014_06_14_04_world_trinity_string.sql (limited to 'sql') diff --git a/sql/updates/world/2014_06_14_04_world_trinity_string.sql b/sql/updates/world/2014_06_14_04_world_trinity_string.sql new file mode 100644 index 00000000000..b110a7de6d2 --- /dev/null +++ b/sql/updates/world/2014_06_14_04_world_trinity_string.sql @@ -0,0 +1,3 @@ +DELETE FROM `trinity_string` WHERE `entry`=11009; +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES +(11009, 'Flags Extra: %u'); -- cgit v1.2.3