From 068999f43e2794802338c7133bc07c2cb417a459 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Tue, 2 Dec 2014 01:46:26 +0000 Subject: DB/Event: Perry Gatner This event is meant to occur every 4 hours, not just at 4/8 pm as previously thought --- sql/updates/world/2014_12_02_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_12_02_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2014_12_02_00_world.sql b/sql/updates/world/2014_12_02_00_world.sql new file mode 100644 index 00000000000..780315fc9d8 --- /dev/null +++ b/sql/updates/world/2014_12_02_00_world.sql @@ -0,0 +1,2 @@ +DELETE FROM `game_event` WHERE `eventEntry`=66; +UPDATE `game_event` SET `occurence`=240, `description`='Perry Gatner' WHERE `eventEntry`=65; -- cgit v1.2.3