diff options
| author | Nay <dnpd.dd@gmail.com> | 2013-01-10 15:09:12 +0000 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2013-01-10 15:09:12 +0000 |
| commit | 8274e42e3d1d9073c77e7cbb6f573637c1d7ddc9 (patch) | |
| tree | 72365c62e4c95f77cb1bfd85b73341f17773373d /sql/updates | |
| parent | c9650de789db26ab954146c9e73093bac6962982 (diff) | |
Core/SAI: Add 2nd parameter to SMART_ACTION_CALL_FOR_HELP to say "%s calls for help!" if enabled
Similar to SMART_ACTION_FLEE_FOR_ASSIST "%s attempts to run away in fear!"
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2013_01_10_00_world_trinity_string.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_10_00_world_trinity_string.sql b/sql/updates/world/2013_01_10_00_world_trinity_string.sql new file mode 100644 index 00000000000..35d0c1eba99 --- /dev/null +++ b/sql/updates/world/2013_01_10_00_world_trinity_string.sql @@ -0,0 +1,3 @@ +DELETE FROM `trinity_string` WHERE `entry`=5035; +INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES +(5035, '%s calls for help!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
