Skip to content

Commit

Permalink
fixes syntax in zarzakh sql rows
Browse files Browse the repository at this point in the history
  • Loading branch information
samoneilll committed Jan 6, 2024
1 parent 03c0d93 commit 669b701
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/pathfinder.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NAME = Pathfinder
; Version is used for CSS/JS cache busting and is part of the URL for static resources:
; e.g. public/js/vX.X.X/app.js
; Syntax: String (current version)
; Default: v2.2.2
; Default: v2.2.3
VERSION = v2.2.3

; Contact information [optional]
Expand Down
Binary file modified export/sql/eve_universe.sql.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion export/sql/zarzakh.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ INSERT INTO star VALUES (40488503, '2023-11-11 16:37:40', '2023-11-11 16:37:40',

-- MAP
-- Add Region
INSERT INTO region VALUES (10001000, '2023-11-11 16:37:40', '2023-11-11 16:37:40', 'Yasna Zakh', `Centuries ago a major void between the stars of the New Eden cluster was discovered by Amarr explorers pursuing the cause of their Empire's expansion through the cluster. This void was named \"Yasna Zakh\", meaning \"Edge of Devotion\", to express the idea that this was created by God as a limit on the reach of the Amarr's own drive to \"reclaim\" the stars. Over time, the meaning shifted and this gap is usually known as \"Divinity's Edge\" in common parlance. <br><br>For many years the Yasna Zakh void was thought to mark the edge of the cluster but was eventually recognised as a major feature of the internal structure of New Eden, effectively bisecting the cluster almost in half. The major passage through the Providence and Catch regions to the eastern cluster is conventionally credited to later Amarr explorers but a number of the routes, and in particular the narrow bridge between Molden Heath and the Great Wildlands are thought to be the discoveries of Thukker Tribe nomads and other Minmatar. <br><br>Latterly, the rediscovery of the star system Zarzakh orbiting close by the small black hole known as \"Point of No Return\" has renewed interest in this desolate region of space. The Amarr name for the black hole is \"Duzna Kah\", meaning \"Fallen Beyond Hope\", and this terminology appears to be used by the controlling Deathless Circle. Given the notable antipathy of the Deathless to the Amarr and their religion, this may be a mockingly ironic choice on the part of the enigmatic leader of the Circle.`);
INSERT INTO region VALUES (10001000, '2023-11-11 16:37:40', '2023-11-11 16:37:40', 'Yasna Zakh', 'Centuries ago a major void between the stars of the New Eden cluster was discovered by Amarr explorers pursuing the cause of their Empire\'s expansion through the cluster. This void was named \"Yasna Zakh\", meaning \"Edge of Devotion\", to express the idea that this was created by God as a limit on the reach of the Amarr\'s own drive to \"reclaim\" the stars. Over time, the meaning shifted and this gap is usually known as \"Divinity\'s Edge\" in common parlance. <br><br>For many years the Yasna Zakh void was thought to mark the edge of the cluster but was eventually recognised as a major feature of the internal structure of New Eden, effectively bisecting the cluster almost in half. The major passage through the Providence and Catch regions to the eastern cluster is conventionally credited to later Amarr explorers but a number of the routes, and in particular the narrow bridge between Molden Heath and the Great Wildlands are thought to be the discoveries of Thukker Tribe nomads and other Minmatar. <br><br>Latterly, the rediscovery of the star system Zarzakh orbiting close by the small black hole known as \"Point of No Return\" has renewed interest in this desolate region of space. The Amarr name for the black hole is \"Duzna Kah\", meaning \"Fallen Beyond Hope\", and this terminology appears to be used by the controlling Deathless Circle. Given the notable antipathy of the Deathless to the Amarr and their religion, this may be a mockingly ironic choice on the part of the enigmatic leader of the Circle.');

-- Add Constellation
INSERT INTO constellation VALUES (20010000, '2023-11-11 16:37:40', '2023-11-11 16:37:40', 'Duzna Kah', 10001000, 5732782451210000, 3722598544370000, -508346782640000);
Expand Down

0 comments on commit 669b701

Please sign in to comment.