diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-30 17:09:55 +0100 |
|---|---|---|
| committer | Warpten <vertozor@gmail.com> | 2013-01-01 18:16:32 +0100 |
| commit | 7fea285aead434e5db01f3730fa964e5c607d4c3 (patch) | |
| tree | 6036161677c47610a381f44365b411c502536807 /sql | |
| parent | eef7754dc259ccbac371ea12ae3672f1b7705a45 (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.sql | 3 |
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); |
