diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2014-12-02 01:46:26 +0000 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2014-12-02 01:46:26 +0000 |
commit | 068999f43e2794802338c7133bc07c2cb417a459 (patch) | |
tree | 92699afcb710a493cf241b3f58c93944d400e298 | |
parent | d8c3115bbd1b544d6eca5d9aae3dfbb547353703 (diff) |
DB/Event: Perry Gatner
This event is meant to occur every 4 hours, not just at 4/8 pm as previously thought
-rw-r--r-- | sql/updates/world/2014_12_02_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |