From d999caee67d106add61a07df648ec5109784d37a Mon Sep 17 00:00:00 2001 From: Golrag Date: Sat, 18 Apr 2015 11:11:06 +0200 Subject: Core/AreaTrigger: Added 'bool entered' to OnTrigger --- sql/updates/world/2015_04_18_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2015_04_18_00_world.sql (limited to 'sql') 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.'); -- cgit v1.2.3