-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed some rounding issues with floats in positions
- Loading branch information
1 parent
f95c4d6
commit 9882e94
Showing
4,489 changed files
with
58,987 additions
and
58,987 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/01634 Portal Sending.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 1634; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (1634, 'Portal Sending', 0xCE410007, 12.6, 152.8, 55.1, -0.544639, 0, -0, -0.838671, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xCE410007 [12.600000 152.800003 55.099998] -0.544639 0.000000 -0.000000 -0.838671 */ | ||
VALUES (1634, 'Portal Sending', 0xCE410007, 12.6, 152.8, 55.1, -0.544639, 0, 0, -0.838671, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xCE410007 [12.600000 152.800003 55.099998] -0.544639 0.000000 0.000000 -0.838671 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02001 Portal Sending.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2001; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2001, 'Portal Sending', 0x02DA0334, 218.454, -388.76, 0, 1, 0, 0, -0, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02DA0334 [218.453995 -388.760010 0.000000] 1.000000 0.000000 0.000000 -0.000000 */ | ||
VALUES (2001, 'Portal Sending', 0x02DA0334, 218.454, -388.76, 0, 1, 0, 0, 0, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02DA0334 [218.453995 -388.760010 0.000000] 1.000000 0.000000 0.000000 0.000000 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02023 Recall the Sanctuary.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2023; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2023, 'Recall the Sanctuary', 0xF4180104, 36.9, 48.7, 169.8, -0.980785, 0, -0, -0.19509, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xF4180104 [36.900002 48.700001 169.800003] -0.980785 0.000000 -0.000000 -0.195090 */ | ||
VALUES (2023, 'Recall the Sanctuary', 0xF4180104, 36.9, 48.7, 169.8, -0.980785, 0, 0, -0.19509, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xF4180104 [36.900002 48.700001 169.800003] -0.980785 0.000000 0.000000 -0.195090 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02041 Aerlinthe Recall.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2041; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2041, 'Aerlinthe Recall', 0xBAE8001D, 84, 105, 26, -0, 0, -0, -1, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xBAE8001D [84.000000 105.000000 26.000000] -0.000000 0.000000 -0.000000 -1.000000 */ | ||
VALUES (2041, 'Aerlinthe Recall', 0xBAE8001D, 84, 105, 26, 0, 0, 0, -1, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xBAE8001D [84.000000 105.000000 26.000000] 0.000000 0.000000 0.000000 -1.000000 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02046 Portal to Teth.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2046; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2046, 'Portal to Teth', 0x25810034, 153.3, 80.9, 770, 1, 0, 0, -0, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x25810034 [153.300003 80.900002 770.000000] 1.000000 0.000000 0.000000 -0.000000 */ | ||
VALUES (2046, 'Portal to Teth', 0x25810034, 153.3, 80.9, 770, 1, 0, 0, 0, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x25810034 [153.300003 80.900002 770.000000] 1.000000 0.000000 0.000000 0.000000 */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02364 Egress.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2364; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2364, 'Egress', 0x1579003F, 180, 156, 300, -0.382683, 0, -0, -0.92388, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x1579003F [180.000000 156.000000 300.000000] -0.382683 0.000000 -0.000000 -0.923880 */ | ||
VALUES (2364, 'Egress', 0x1579003F, 180, 156, 300, -0.382683, 0, 0, -0.92388, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x1579003F [180.000000 156.000000 300.000000] -0.382683 0.000000 0.000000 -0.923880 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02367 Groovy Portal Sending.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2367; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2367, 'Groovy Portal Sending', 0x013A02AE, 140, -40, 12, -0.707107, 0, -0, -0.707107, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x013A02AE [140.000000 -40.000000 12.000000] -0.707107 0.000000 -0.000000 -0.707107 */ | ||
VALUES (2367, 'Groovy Portal Sending', 0x013A02AE, 140, -40, 12, -0.707107, 0, 0, -0.707107, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x013A02AE [140.000000 -40.000000 12.000000] -0.707107 0.000000 0.000000 -0.707107 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02369 Expulsion.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2369; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2369, 'Expulsion', 0x01F50229, 50, -180, 0, 1, 0, 0, -0, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x01F50229 [50.000000 -180.000000 0.000000] 1.000000 0.000000 0.000000 -0.000000 */ | ||
VALUES (2369, 'Expulsion', 0x01F50229, 50, -180, 0, 1, 0, 0, 0, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x01F50229 [50.000000 -180.000000 0.000000] 1.000000 0.000000 0.000000 0.000000 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02422 Send to Dryreach.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2422; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2422, 'Send to Dryreach', 0xDB75003B, 186, 65, 36, -0.75184, 0, -0, -0.659346, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xDB75003B [186.000000 65.000000 36.000000] -0.751840 0.000000 -0.000000 -0.659346 */ | ||
VALUES (2422, 'Send to Dryreach', 0xDB75003B, 186, 65, 36, -0.75184, 0, 0, -0.659346, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xDB75003B [186.000000 65.000000 36.000000] -0.751840 0.000000 0.000000 -0.659346 */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02477 Free Trip to the Aluvian Casino.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2477; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2477, 'Free Trip to the Aluvian Casino', 0xA9B2001D, 84, 102, 94, -0, 0, -0, -1, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xA9B2001D [84.000000 102.000000 94.000000] -0.000000 0.000000 -0.000000 -1.000000 */ | ||
VALUES (2477, 'Free Trip to the Aluvian Casino', 0xA9B2001D, 84, 102, 94, 0, 0, 0, -1, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xA9B2001D [84.000000 102.000000 94.000000] 0.000000 0.000000 0.000000 -1.000000 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02478 Cragstone Reinforcements camp recall.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2478; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2478, 'Cragstone Reinforcements camp recall', 0x02750158, 90, -610, 0, 1, 0, 0, -0, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02750158 [90.000000 -610.000000 0.000000] 1.000000 0.000000 0.000000 -0.000000 */ | ||
VALUES (2478, 'Cragstone Reinforcements camp recall', 0x02750158, 90, -610, 0, 1, 0, 0, 0, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02750158 [90.000000 -610.000000 0.000000] 1.000000 0.000000 0.000000 0.000000 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02479 Advance Camp Recall.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2479; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2479, 'Advance Camp Recall', 0x027B0200, 50, -30, 6, -0, 0, -0, -1, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x027B0200 [50.000000 -30.000000 6.000000] -0.000000 0.000000 -0.000000 -1.000000 */ | ||
VALUES (2479, 'Advance Camp Recall', 0x027B0200, 50, -30, 6, 0, 0, 0, -1, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x027B0200 [50.000000 -30.000000 6.000000] 0.000000 0.000000 0.000000 -1.000000 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02481 Zaikhal Reinforcement Camp Recall.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2481; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2481, 'Zaikhal Reinforcement Camp Recall', 0x02740158, 90, -610, 0, 1, 0, 0, -0, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02740158 [90.000000 -610.000000 0.000000] 1.000000 0.000000 0.000000 -0.000000 */ | ||
VALUES (2481, 'Zaikhal Reinforcement Camp Recall', 0x02740158, 90, -610, 0, 1, 0, 0, 0, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02740158 [90.000000 -610.000000 0.000000] 1.000000 0.000000 0.000000 0.000000 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02482 Zaikhal Advance Camp Recall.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2482; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2482, 'Zaikhal Advance Camp Recall', 0x027A0200, 50, -30, 0, -0, 0, -0, -1, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x027A0200 [50.000000 -30.000000 0.000000] -0.000000 0.000000 -0.000000 -1.000000 */ | ||
VALUES (2482, 'Zaikhal Advance Camp Recall', 0x027A0200, 50, -30, 0, 0, 0, 0, -1, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x027A0200 [50.000000 -30.000000 0.000000] 0.000000 0.000000 0.000000 -1.000000 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02484 Hebian-to Reinforcements Camp Portal.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2484; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2484, 'Hebian-to Reinforcements Camp Portal', 0x02730158, 90, -610, 0, 1, 0, 0, -0, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02730158 [90.000000 -610.000000 0.000000] 1.000000 0.000000 0.000000 -0.000000 */ | ||
VALUES (2484, 'Hebian-to Reinforcements Camp Portal', 0x02730158, 90, -610, 0, 1, 0, 0, 0, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02730158 [90.000000 -610.000000 0.000000] 1.000000 0.000000 0.000000 0.000000 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02485 Hebian-to Advance Camp Recall.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2485; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2485, 'Hebian-to Advance Camp Recall', 0x02790200, 50, -30, 6, -0, 0, -0, -1, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02790200 [50.000000 -30.000000 6.000000] -0.000000 0.000000 -0.000000 -1.000000 */ | ||
VALUES (2485, 'Hebian-to Advance Camp Recall', 0x02790200, 50, -30, 6, 0, 0, 0, -1, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02790200 [50.000000 -30.000000 6.000000] 0.000000 0.000000 0.000000 -1.000000 */ |
4 changes: 2 additions & 2 deletions
4
.../2 SpellTableExtendedData/SQL/02489 Free Ride to the Shoushi Southeast Outpost Portal.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2489; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2489, 'Free Ride to the Shoushi Southeast Outpost Portal', 0xDE510016, 62.751, 120.047, 16.005, -0.806698, 0, -0, -0.590965, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xDE510016 [62.750999 120.046997 16.004999] -0.806697 0.000000 -0.000000 -0.590965 */ | ||
VALUES (2489, 'Free Ride to the Shoushi Southeast Outpost Portal', 0xDE510016, 62.751, 120.047, 16.005, -0.806698, 0, 0, -0.590965, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xDE510016 [62.750999 120.046997 16.004999] -0.806698 0.000000 0.000000 -0.590965 */ |
4 changes: 2 additions & 2 deletions
4
...ase/3-Core/2 SpellTableExtendedData/SQL/02490 Free Ride to the Holtburg South Outpost.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2490; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2490, 'Free Ride to the Holtburg South Outpost', 0xA9B0000E, 41.044, 132.414, 60.916, -0.985478, 0, -0, -0.169806, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xA9B0000E [41.043999 132.414001 60.916000] -0.985478 0.000000 -0.000000 -0.169805 */ | ||
VALUES (2490, 'Free Ride to the Holtburg South Outpost', 0xA9B0000E, 41.044, 132.414, 60.916, -0.985478, 0, 0, -0.169806, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xA9B0000E [41.043999 132.414001 60.916000] -0.985478 0.000000 0.000000 -0.169806 */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02493 Free Ride to the Yaraq East Outpost.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2493; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2493, 'Free Ride to the Yaraq East Outpost', 0x81640006, 19.634, 128.282, 27.949, -0.964544, 0, -0, -0.263923, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x81640006 [19.634001 128.281998 27.948999] -0.964544 0.000000 -0.000000 -0.263923 */ | ||
VALUES (2493, 'Free Ride to the Yaraq East Outpost', 0x81640006, 19.634, 128.282, 27.949, -0.964544, 0, 0, -0.263923, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x81640006 [19.634001 128.281998 27.948999] -0.964544 0.000000 0.000000 -0.263923 */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02496 Send Reinforcements.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
DELETE FROM `spell` WHERE `id` = 2496; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `position_Obj_Cell_ID`, `position_Origin_X`, `position_Origin_Y`, `position_Origin_Z`, `position_Angles_W`, `position_Angles_X`, `position_Angles_Y`, `position_Angles_Z`, `last_Modified`) | ||
VALUES (2496, 'Send Reinforcements', 0x039D02DC, 120, -200, 0, 1, 0, 0, -0, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x039D02DC [120.000000 -200.000000 0.000000] 1.000000 0.000000 0.000000 -0.000000 */ | ||
VALUES (2496, 'Send Reinforcements', 0x039D02DC, 120, -200, 0, 1, 0, 0, 0, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x039D02DC [120.000000 -200.000000 0.000000] 1.000000 0.000000 0.000000 0.000000 */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.