aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2015-04-18 11:32:53 +0200
committerShauren <shauren.trinity@gmail.com>2015-04-18 11:32:53 +0200
commit41e2b0046dc73ab2adf9c15442d70a7b769013f9 (patch)
tree1f2ecf764146557eccab9f0dca570bb8cfefc36d /sql
parent5a1ab5d871b9abd87d62c770c89e1ef5b6126f72 (diff)
parentd999caee67d106add61a07df648ec5109784d37a (diff)
Merge pull request #14568 from Golrag/AreaTrigger1
Core/AreaTrigger: Added 'bool entered' to OnTrigger
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2015_04_18_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_18_00_world.sql b/sql/updates/world/2015_04_18_00_world.sql
new file mode 100644
index 00000000000..6f5645c84b1
--- /dev/null
+++ b/sql/updates/world/2015_04_18_00_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `trinity_string` WHERE `entry` IN (1204, 1205);
+INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
+(1204, 'You have entered areatrigger %u.'),
+(1205, 'You have left areatrigger %u.');