mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-17 21:39:52 -04:00
Merge [SD2]
r1314 Correct some spellId's and apply SD2 code style r1315 Correct more spells and apply SD2 code style r1316 Replace magic number with enum type name UNIT_DYNFLAG_DEAD r1317 Add support for quest 1249. Patch by jotapdiez r1318 Move AI's implementation from headers. Original patch/idea by DasBlub r1319 Convert script related to quest 938 to use followerAI r1320 Add new virtual function WaypointStart() to escortAI. --HG-- branch : trunk
This commit is contained in:
@@ -13,6 +13,16 @@ CREATE TABLE script_waypoint (
|
||||
PRIMARY KEY (entry, pointid)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Script Creature waypoints';
|
||||
|
||||
DELETE FROM script_waypoint WHERE entry=4962;
|
||||
INSERT INTO script_waypoint VALUES
|
||||
(4962, 0, -3804.438965, -828.048035, 10.093068, 0, ''),
|
||||
(4962, 1, -3803.934326, -835.772400, 10.077722, 0, ''),
|
||||
(4962, 2, -3792.629150, -835.670898, 9.655657, 0, ''),
|
||||
(4962, 3, -3772.433838, -835.345947, 10.868981, 0, ''),
|
||||
(4962, 4, -3765.937256, -840.128601, 10.885593, 0, ''),
|
||||
(4962, 5, -3738.633789, -830.997498, 11.057384, 0, ''),
|
||||
(4962, 6, -3690.224121, -862.261597, 9.960449, 0, '');
|
||||
|
||||
DELETE FROM script_waypoint WHERE entry=10638;
|
||||
INSERT INTO script_waypoint VALUES
|
||||
(10638, 0, -4903.521973, -1368.339844, -52.611, 5000, 'SAY_KAN_START'),
|
||||
|
||||
Reference in New Issue
Block a user