-
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.
* Update Base Line Export * Update SpellBooks Remove ordering by Spell Id * Update CreateList Remove order by DestinationType * Update Emotes Remove order by Category * Update Positions Switch ObjCellId to hex number formatting * Update Spells * Update Spells * Update Positions * Update HousingPortals * Update LandBlockExtendedData * Revert Emote and CreateList resorts * Update WeenieDefaults * Restore deleted Events * Create 2021-10-08-00-Change_Emote_Action_Table.sql * Update Emotes * Update Spells * Update WeenieDefaults PropertyDataId data is now hex where appropriate * Update WeenieDefaults * Update WeenieDefaults * Update WeenieDefaults
- Loading branch information
1 parent
bc809f0
commit f1b305a
Showing
33,871 changed files
with
574,515 additions
and
574,497 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: 4 additions & 0 deletions
4
Database/2-BaseUpdates/2021-10-08-00-Change_Emote_Action_Table.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
USE `ace_world`; | ||
|
||
ALTER TABLE `weenie_properties_emote_action` | ||
CHANGE COLUMN `motion` `motion` INT UNSIGNED NULL DEFAULT NULL ; |
2 changes: 1 addition & 1 deletion
2
Database/3-Core/2 SpellTableExtendedData/SQL/00047 Primary Portal Tie.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,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 47; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `index`, `last_Modified`) | ||
VALUES (47, 'Primary Portal Tie', 2, '2005-02-09 10:00:00'); | ||
VALUES (47, 'Primary Portal Tie', 2 /* PortalLinkType.LinkedPortalOne */, '2005-02-09 10:00:00'); |
2 changes: 1 addition & 1 deletion
2
Database/3-Core/2 SpellTableExtendedData/SQL/00048 Primary Portal 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,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 48; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `index`, `last_Modified`) | ||
VALUES (48, 'Primary Portal Recall', 4, '2005-02-09 10:00:00'); | ||
VALUES (48, 'Primary Portal Recall', 4 /* PortalRecallType.LinkedPortalOne */, '2005-02-09 10:00:00'); |
2 changes: 1 addition & 1 deletion
2
Database/3-Core/2 SpellTableExtendedData/SQL/00157 Summon Primary Portal I.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,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 157; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `link`, `last_Modified`) | ||
VALUES (157, 'Summon Primary Portal I', 1, '2005-02-09 10:00:00'); | ||
VALUES (157, 'Summon Primary Portal I', 1 /* PortalSummonType.LinkedPortalOne */, '2005-02-09 10:00:00'); |
2 changes: 1 addition & 1 deletion
2
Database/3-Core/2 SpellTableExtendedData/SQL/00158 Summon Primary Portal II.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,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 158; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `link`, `last_Modified`) | ||
VALUES (158, 'Summon Primary Portal II', 1, '2005-02-09 10:00:00'); | ||
VALUES (158, 'Summon Primary Portal II', 1 /* PortalSummonType.LinkedPortalOne */, '2005-02-09 10:00:00'); |
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.5446391, 0, 0, -0.8386706, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xCE410007 [12.600000 152.800000 55.100000] -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 */ |
2 changes: 1 addition & 1 deletion
2
Database/3-Core/2 SpellTableExtendedData/SQL/01635 Lifestone 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,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 1635; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `index`, `last_Modified`) | ||
VALUES (1635, 'Lifestone Recall', 2, '2005-02-09 10:00:00'); | ||
VALUES (1635, 'Lifestone Recall', 2 /* PortalRecallType.LinkedLifestone */, '2005-02-09 10:00:00'); |
2 changes: 1 addition & 1 deletion
2
Database/3-Core/2 SpellTableExtendedData/SQL/01636 Lifestone 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,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 1636; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `index`, `last_Modified`) | ||
VALUES (1636, 'Lifestone Sending', 1, '2005-02-09 10:00:00'); | ||
VALUES (1636, 'Lifestone Sending', 1 /* PortalRecallType.LastLifestone */, '2005-02-09 10:00:00'); |
2 changes: 1 addition & 1 deletion
2
Database/3-Core/2 SpellTableExtendedData/SQL/01637 Summon Primary Portal III.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,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 1637; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `link`, `last_Modified`) | ||
VALUES (1637, 'Summon Primary Portal III', 1, '2005-02-09 10:00:00'); | ||
VALUES (1637, 'Summon Primary Portal III', 1 /* PortalSummonType.LinkedPortalOne */, '2005-02-09 10:00:00'); |
2 changes: 1 addition & 1 deletion
2
Database/3-Core/2 SpellTableExtendedData/SQL/02000 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` = 2000; | ||
|
||
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 (2000, 'Portal Sending', 0x02DF0375, 2.16, -63.34, -5.9, 0.7071068, 0, 0, -0.7071068, '2005-02-09 10:00:00'); | ||
VALUES (2000, 'Portal Sending', 0x02DF0375, 2.16, -63.34, -5.9, 0.707107, 0, 0, -0.707107, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02DF0375 [2.160000 -63.340000 -5.900000] 0.707107 0.000000 0.000000 -0.707107 */ |
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.454000 -388.760000 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 */ |
2 changes: 1 addition & 1 deletion
2
Database/3-Core/2 SpellTableExtendedData/SQL/02002 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` = 2002; | ||
|
||
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 (2002, 'Portal Sending', 0x02D70247, 30, -30, -42, 0.3826834, 0, 0, -0.9238795, '2005-02-09 10:00:00'); | ||
VALUES (2002, 'Portal Sending', 0x02D70247, 30, -30, -42, 0.382683, 0, 0, -0.92388, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02D70247 [30.000000 -30.000000 -42.000000] 0.382683 0.000000 0.000000 -0.923880 */ |
2 changes: 1 addition & 1 deletion
2
Database/3-Core/2 SpellTableExtendedData/SQL/02020 Recall Asmolum 1.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` = 2020; | ||
|
||
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 (2020, 'Recall Asmolum 1', 0xF3170036, 147, 142, 152, 0.3826834, 0, 0, -0.9238795, '2005-02-09 10:00:00'); | ||
VALUES (2020, 'Recall Asmolum 1', 0xF3170036, 147, 142, 152, 0.382683, 0, 0, -0.92388, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xF3170036 [147.000000 142.000000 152.000000] 0.382683 0.000000 0.000000 -0.923880 */ |
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.9807853, 0, 0, -0.1950903, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xF4180104 [36.900000 48.700000 169.800000] -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 */ |
2 changes: 1 addition & 1 deletion
2
Database/3-Core/2 SpellTableExtendedData/SQL/02024 Recall Asmolum 2.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` = 2024; | ||
|
||
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 (2024, 'Recall Asmolum 2', 0xF3170032, 156, 37, 150.5, 0.3826834, 0, 0, -0.9238795, '2005-02-09 10:00:00'); | ||
VALUES (2024, 'Recall Asmolum 2', 0xF3170032, 156, 37, 150.5, 0.382683, 0, 0, -0.92388, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xF3170032 [156.000000 37.000000 150.500000] 0.382683 0.000000 0.000000 -0.923880 */ |
2 changes: 1 addition & 1 deletion
2
Database/3-Core/2 SpellTableExtendedData/SQL/02025 RecallAsmolum 3.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` = 2025; | ||
|
||
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 (2025, 'RecallAsmolum 3', 0xF3170004, 22, 74, 76.5, 0.6755902, 0, 0, -0.7372773, '2005-02-09 10:00:00'); | ||
VALUES (2025, 'RecallAsmolum 3', 0xF3170004, 22, 74, 76.5, 0.67559, 0, 0, -0.737277, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xF3170004 [22.000000 74.000000 76.500000] 0.675590 0.000000 0.000000 -0.737277 */ |
2 changes: 1 addition & 1 deletion
2
Database/3-Core/2 SpellTableExtendedData/SQL/02028 The Path to Kelderam's Ward.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,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 2028; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `link`, `last_Modified`) | ||
VALUES (2028, 'The Path to Kelderam''s Ward', 1, '2005-02-09 10:00:00'); | ||
VALUES (2028, 'The Path to Kelderam''s Ward', 1 /* PortalSummonType.LinkedPortalOne */, '2005-02-09 10:00:00'); |
2 changes: 1 addition & 1 deletion
2
Database/3-Core/2 SpellTableExtendedData/SQL/02040 The Path to Kelderam's Ward.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,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 2040; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `link`, `last_Modified`) | ||
VALUES (2040, 'The Path to Kelderam''s Ward', 1, '2005-02-09 10:00:00'); | ||
VALUES (2040, 'The Path to Kelderam''s Ward', 1 /* PortalSummonType.LinkedPortalOne */, '2005-02-09 10:00:00'); |
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, -4.371139E-08, 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.300000 80.900000 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 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02358 Lyceum 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` = 2358; | ||
|
||
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 (2358, 'Lyceum Recall', 0xBC110014, 49, 73, 240, 0.9238795, 0, 0, -0.3826835, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xBC110014 [49.000000 73.000000 240.000000] 0.923880 0.000000 0.000000 -0.382684 */ | ||
VALUES (2358, 'Lyceum Recall', 0xBC110014, 49, 73, 240, 0.92388, 0, 0, -0.382684, '2005-02-09 10:00:00'); | ||
/* @teleloc 0xBC110014 [49.000000 73.000000 240.000000] 0.923880 0.000000 0.000000 -0.382683 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02359 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` = 2359; | ||
|
||
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 (2359, 'Portal Sending', 0x01F402D2, 170, -180, 0, 0.9238795, 0, 0, -0.3826835, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x01F402D2 [170.000000 -180.000000 0.000000] 0.923880 0.000000 0.000000 -0.382684 */ | ||
VALUES (2359, 'Portal Sending', 0x01F402D2, 170, -180, 0, 0.92388, 0, 0, -0.382684, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x01F402D2 [170.000000 -180.000000 0.000000] 0.923880 0.000000 0.000000 -0.382683 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02360 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` = 2360; | ||
|
||
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 (2360, 'Portal Sending', 0x011202D2, 170, -180, 0, 0.9238795, 0, 0, -0.3826835, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x011202D2 [170.000000 -180.000000 0.000000] 0.923880 0.000000 0.000000 -0.382684 */ | ||
VALUES (2360, 'Portal Sending', 0x011202D2, 170, -180, 0, 0.92388, 0, 0, -0.382684, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x011202D2 [170.000000 -180.000000 0.000000] 0.923880 0.000000 0.000000 -0.382683 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02361 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` = 2361; | ||
|
||
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 (2361, 'Portal Sending', 0x02A602D2, 170, -180, 0, 0.9238795, 0, 0, -0.3826835, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02A602D2 [170.000000 -180.000000 0.000000] 0.923880 0.000000 0.000000 -0.382684 */ | ||
VALUES (2361, 'Portal Sending', 0x02A602D2, 170, -180, 0, 0.92388, 0, 0, -0.382684, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02A602D2 [170.000000 -180.000000 0.000000] 0.923880 0.000000 0.000000 -0.382683 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02362 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` = 2362; | ||
|
||
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 (2362, 'Portal Sending', 0x02A702D2, 170, -180, 0, 0.9238795, 0, 0, -0.3826835, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02A702D2 [170.000000 -180.000000 0.000000] 0.923880 0.000000 0.000000 -0.382684 */ | ||
VALUES (2362, 'Portal Sending', 0x02A702D2, 170, -180, 0, 0.92388, 0, 0, -0.382684, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02A702D2 [170.000000 -180.000000 0.000000] 0.923880 0.000000 0.000000 -0.382683 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02363 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` = 2363; | ||
|
||
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 (2363, 'Portal Sending', 0x02A802D2, 170, -180, 0, 0.9238795, 0, 0, -0.3826835, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02A802D2 [170.000000 -180.000000 0.000000] 0.923880 0.000000 0.000000 -0.382684 */ | ||
VALUES (2363, 'Portal Sending', 0x02A802D2, 170, -180, 0, 0.92388, 0, 0, -0.382684, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x02A802D2 [170.000000 -180.000000 0.000000] 0.923880 0.000000 0.000000 -0.382683 */ |
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.3826834, 0, 0, -0.9238796, '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 */ |
2 changes: 1 addition & 1 deletion
2
...3-Core/2 SpellTableExtendedData/SQL/02365 something you're gonna fear for a long time.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` = 2365; | ||
|
||
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 (2365, 'something you''re gonna fear for a long time', 0x2E43000C, 33, 80, 7.5, 0.7071068, 0, 0, -0.7071068, '2005-02-09 10:00:00'); | ||
VALUES (2365, 'something you''re gonna fear for a long time', 0x2E43000C, 33, 80, 7.5, 0.707107, 0, 0, -0.707107, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x2E43000C [33.000000 80.000000 7.500000] 0.707107 0.000000 0.000000 -0.707107 */ |
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.7071068, 0, 0, -0.7071068, '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 */ |
2 changes: 1 addition & 1 deletion
2
Database/3-Core/2 SpellTableExtendedData/SQL/02368 a powerful force.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` = 2368; | ||
|
||
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 (2368, 'a powerful force', 0x8B680003, 11.9, 58, 10, 0.9999356, 0, 0, -0.01134429, '2005-02-09 10:00:00'); | ||
VALUES (2368, 'a powerful force', 0x8B680003, 11.9, 58, 10, 0.999936, 0, 0, -0.011344, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x8B680003 [11.900000 58.000000 10.000000] 0.999936 0.000000 0.000000 -0.011344 */ |
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 */ |
2 changes: 1 addition & 1 deletion
2
Database/3-Core/2 SpellTableExtendedData/SQL/02372 Price of Immortality.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,4 +1,4 @@ | ||
DELETE FROM `spell` WHERE `id` = 2372; | ||
|
||
INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `last_Modified`) | ||
VALUES (2372, 'Price of Immortality', 20488 /* Float, SingleStat, Multiplicative */, 3 /* HealthRate */, 1E-06, '2005-02-09 10:00:00'); | ||
VALUES (2372, 'Price of Immortality', 20488 /* Float, SingleStat, Multiplicative */, 3 /* HealthRate */, 0.000001, '2005-02-09 10:00:00'); |
2 changes: 1 addition & 1 deletion
2
Database/3-Core/2 SpellTableExtendedData/SQL/02401 Into the Garden.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` = 2401; | ||
|
||
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 (2401, 'Into the Garden', 0x0299010D, 70, -10, 0, 0.7071068, 0, 0, -0.7071068, '2005-02-09 10:00:00'); | ||
VALUES (2401, 'Into the Garden', 0x0299010D, 70, -10, 0, 0.707107, 0, 0, -0.707107, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x0299010D [70.000000 -10.000000 0.000000] 0.707107 0.000000 0.000000 -0.707107 */ |
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.7518399, 0, 0, -0.6593457, '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 */ |
4 changes: 2 additions & 2 deletions
4
Database/3-Core/2 SpellTableExtendedData/SQL/02476 Safe Harbor.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` = 2476; | ||
|
||
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 (2476, 'Safe Harbor', 0x1DB60025, 98.5, 98.1, 120, 0.8100415, 0, 0, -0.5863725, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x1DB60025 [98.500000 98.100000 120.000000] 0.810042 0.000000 0.000000 -0.586373 */ | ||
VALUES (2476, 'Safe Harbor', 0x1DB60025, 98.5, 98.1, 120, 0.810042, 0, 0, -0.586373, '2005-02-09 10:00:00'); | ||
/* @teleloc 0x1DB60025 [98.500000 98.099998 120.000000] 0.810042 0.000000 0.000000 -0.586372 */ |
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, -4.371139E-08, 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 */ |
Oops, something went wrong.