From b02666213c4c69bb0ea1a237e746f994284184ec Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Sun, 15 Jan 2012 15:26:00 +0100 Subject: Scripts/Misc: Fix some MovementInform handler filters after recent motionmaster changes Also correct year of SQL in dbbac0bdaae --- sql/updates/world/2011_01_14_03_world_trinity_string.sql | 6 ------ sql/updates/world/2012_01_14_03_world_trinity_string.sql | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 sql/updates/world/2011_01_14_03_world_trinity_string.sql create mode 100644 sql/updates/world/2012_01_14_03_world_trinity_string.sql (limited to 'sql') diff --git a/sql/updates/world/2011_01_14_03_world_trinity_string.sql b/sql/updates/world/2011_01_14_03_world_trinity_string.sql deleted file mode 100644 index 7dab007f774..00000000000 --- a/sql/updates/world/2011_01_14_03_world_trinity_string.sql +++ /dev/null @@ -1,6 +0,0 @@ -DELETE FROM `trinity_string` WHERE `entry` IN(1139,1140,1141,1142); -INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES -(1139,' Follow player %s (lowguid %u)'), -(1140,' Follow creature %s (lowguid %u)'), -(1141,' Follow '), -(1142,' Effect movement'); diff --git a/sql/updates/world/2012_01_14_03_world_trinity_string.sql b/sql/updates/world/2012_01_14_03_world_trinity_string.sql new file mode 100644 index 00000000000..7dab007f774 --- /dev/null +++ b/sql/updates/world/2012_01_14_03_world_trinity_string.sql @@ -0,0 +1,6 @@ +DELETE FROM `trinity_string` WHERE `entry` IN(1139,1140,1141,1142); +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES +(1139,' Follow player %s (lowguid %u)'), +(1140,' Follow creature %s (lowguid %u)'), +(1141,' Follow '), +(1142,' Effect movement'); -- cgit v1.2.3