diff options
| author | Discover- <amort11@hotmail.com> | 2014-05-24 00:45:06 +0200 |
|---|---|---|
| committer | Discover- <amort11@hotmail.com> | 2014-05-24 00:45:06 +0200 |
| commit | 8f42dd3fabe28e6a652d983025bc20e76e3f989e (patch) | |
| tree | 303fb9d78564767dc3634cc8201ec0ee8f91f9cd /sql | |
| parent | 80daaf8d430fb9ecacc72e940c73fe292850cce7 (diff) | |
| parent | 007e9037536c10a5d0ee0739d73b5d2e411e75b2 (diff) | |
Merge pull request #12111 from MitchesD/commands
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.sql | 3 |
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'); |
