aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2012-12-30 17:09:55 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2012-12-30 17:10:54 +0100
commitee9b7dfef8059f05ab404c48dd34929283d48963 (patch)
tree56561b7274eb87f381d1a823c1ccd1c91163309f /sql
parent3d63deca7e2396f12996e5534e834bd7b077041e (diff)
Core/Command: Add command for near creature finding
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_12_30_01_world_trinity_string.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_30_01_world_trinity_string.sql b/sql/updates/world/2012_12_30_01_world_trinity_string.sql
new file mode 100644
index 00000000000..ce0578168f4
--- /dev/null
+++ b/sql/updates/world/2012_12_30_01_world_trinity_string.sql
@@ -0,0 +1,3 @@
+DELETE FROM `trinity_string` WHERE `entry`=556;
+INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES
+(556, 'Found near creatures (distance %f): %u ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);