From 24b41a52114ebf90428b372b197cfeaed2332d01 Mon Sep 17 00:00:00 2001 From: ShinDarth Date: Thu, 1 Oct 2015 23:21:49 +0200 Subject: Core/Player: implement ResetCoolDownAfterDuel configurable feature --- sql/updates/world/2015_10_02_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2015_10_02_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_10_02_01_world.sql b/sql/updates/world/2015_10_02_01_world.sql new file mode 100644 index 00000000000..95f91cd5938 --- /dev/null +++ b/sql/updates/world/2015_10_02_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `trinity_string` WHERE `entry` = 11010; +INSERT INTO `trinity_string` VALUES +(11010, 'You had cooldowns before starting the duel, so your cooldowns haven\'t been reset.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); -- cgit v1.2.3