diff options
| author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-11-19 21:20:56 +0100 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-11-19 21:20:56 +0100 |
| commit | 731d30664f5b9400f624d1dd5700ae06c1d51011 (patch) | |
| tree | b4707c620de1aa4fe670bb60cfad44172055468f | |
| parent | 37f2060f4c3bf5bf33a18646a89ba7ada6d9e4f6 (diff) | |
Commit: change SQL name to match indexing
| -rw-r--r-- | sql/updates/world/2012_11_19_01_world_pilgrims_bounty.sql (renamed from sql/updates/world/2012_11_19_00_world_pilgrims_bounty.sql) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_11_19_00_world_pilgrims_bounty.sql b/sql/updates/world/2012_11_19_01_world_pilgrims_bounty.sql index 7ac538402cc..56cda092be6 100644 --- a/sql/updates/world/2012_11_19_00_world_pilgrims_bounty.sql +++ b/sql/updates/world/2012_11_19_01_world_pilgrims_bounty.sql @@ -4,7 +4,7 @@ SET @Event = 26; -- game_event.entry - Set by TDB DELETE FROM `game_event` WHERE `eventEntry`=@Event; INSERT INTO `game_event` (`eventEntry`,`start_time`,`end_time`,`occurence`,`length`,`holiday`,`description`,`world_event`) VALUES -(@Event,'2011-11-20 01:00:00','2020-12-31 05:00:00',525600,10020,404, 'Pilgrim''s Bounty',0); +(@Event,'2011-11-18 01:00:00','2020-12-31 05:00:00',525600,10020,404, 'Pilgrim''s Bounty',0); -- ------------------ -- -- Event Spawns -- -- ------------------ |
