Core/SAI: Drop waypoints table and move existing rows to waypoint_data table
Port From (https://github.com/TrinityCore/TrinityCore/commit/356c98579babd1aef12e2b5ef28baba2403368d0)
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ namespace Scripts.EasternKingdoms.BlackrockMountain.BlackrockSpire.GizrulTheSlav
|
||||
|
||||
struct PathIds
|
||||
{
|
||||
public const uint Gizrul = 402450;
|
||||
public const uint Gizrul = 3219600;
|
||||
}
|
||||
|
||||
[Script]
|
||||
|
||||
@@ -23,7 +23,7 @@ namespace Scripts.EasternKingdoms.BlackrockMountain.BlackrockSpire.Gyth
|
||||
{
|
||||
public const uint NefariusPath2 = 1379671;
|
||||
public const uint NefariusPath3 = 1379672;
|
||||
public const uint GythPath1 = 1379681;
|
||||
public const uint GythPath1 = 11037448;
|
||||
}
|
||||
|
||||
[Script]
|
||||
|
||||
@@ -46,11 +46,11 @@ namespace Scripts.EasternKingdoms.BlackrockMountain.BlackrockSpire.RendBlackhand
|
||||
|
||||
struct MiscConst
|
||||
{
|
||||
public const uint NefariusPath1 = 1379670;
|
||||
public const uint NefariusPath2 = 1379671;
|
||||
public const uint NefariusPath3 = 1379672;
|
||||
public const uint RendPath1 = 1379680;
|
||||
public const uint RendPath2 = 1379681;
|
||||
public const uint NefariusPath1 = 11037360;
|
||||
public const uint NefariusPath2 = 11037368;
|
||||
public const uint NefariusPath3 = 11037376;
|
||||
public const uint RendPath1 = 11037440;
|
||||
public const uint RendPath2 = 11037448;
|
||||
|
||||
public static Wave[] Wave2 = // 22 sec
|
||||
{
|
||||
|
||||
@@ -103,8 +103,8 @@ namespace Scripts.EasternKingdoms.BlackrockMountain.BlackwingLair.VictorNefarius
|
||||
|
||||
struct MiscConst
|
||||
{
|
||||
public const uint NefariusPath2 = 1379671;
|
||||
public const uint NefariusPath3 = 1379672;
|
||||
public const uint NefariusPath2 = 11037368;
|
||||
public const uint NefariusPath3 = 11037376;
|
||||
|
||||
public static Position[] DrakeSpawnLoc = // drakonid
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user