aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2014-05-23 20:51:22 +0200
committerMitchesD <majklprofik@seznam.cz>2014-05-23 20:51:22 +0200
commit007e9037536c10a5d0ee0739d73b5d2e411e75b2 (patch)
tree0d38e632cb082ca5e946d2bf8ec3a07d34d524c3 /sql
parentd36ecbf4a39ed4d1b434a2926609b1d0d7b3c645 (diff)
Scripts/Commands: added option to show InhabitType in .npc info command
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_05_23_01_world_trinity_string.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_05_23_01_world_trinity_string.sql b/sql/updates/world/2014_05_23_01_world_trinity_string.sql
new file mode 100644
index 00000000000..e05d36f601c
--- /dev/null
+++ b/sql/updates/world/2014_05_23_01_world_trinity_string.sql
@@ -0,0 +1,3 @@
+DELETE FROM `trinity_string` WHERE `entry`=11008;
+INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
+(11008, 'InhabitType: %u');