-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
path Ref: #1271
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
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,40 @@ | ||
-- Segacedi 32664 | ||
UPDATE creature SET position_x = 5926.551, position_y = 575.4876, position_z = 602.0579, orientation = 0, spawndist = 0, MovementType = 3 WHERE id = 32664; | ||
UPDATE creature_template SET movementtype = 3 WHERE Entry = 32664; | ||
DELETE FROM creature_movement WHERE Id IN (532874); | ||
DELETE FROM creature_movement_template WHERE Entry = 32664; | ||
INSERT INTO creature_movement_template (`Entry`, `Point`, `PositionX`, `PositionY`, `PositionZ`, `Orientation`, `WaitTime`, `ScriptId`) VALUES | ||
(32664,1 ,5926.551,575.4876,602.0579,100,0,0), | ||
(32664,2 ,5933.025,569.929,601.4746 ,100,0,0), | ||
(32664,3 ,5932.214,563.8225,600.2523,100,0,0), | ||
(32664,4 ,5925.193,559.6426,603.4468,100,0,0), | ||
(32664,5 ,5922.899,557.1086,603.3078,100,0,0), | ||
(32664,6 ,5914.375,559.9744,603.5861,100,0,0), | ||
(32664,7 ,5906.046,566.9764,602.8636,100,0,0), | ||
(32664,8 ,5911.538,571.5968,603.2217,100,0,0), | ||
(32664,9 ,5906.046,566.9764,602.8636,100,0,0), | ||
(32664,10,5914.375,559.9744,603.5861,100,0,0), | ||
(32664,11,5922.899,557.1088,603.3078,100,0,0), | ||
(32664,12,5925.194,559.6425,603.4468,100,0,0), | ||
(32664,13,5932.214,563.8223,600.2523,100,0,0), | ||
(32664,14,5933.026,569.9288,601.4746,100,0,0), | ||
(32664,15,5926.551,575.4876,602.0579,100,0,0), | ||
(32664,16,5923.932,570.1335,603.1688,100,0,0), | ||
(32664,17,5917.506,559.5457,599.975 ,100,0,0), | ||
(32664,18,5924.809,564.5653,601.5578,100,0,0), | ||
(32664,19,5926.551,575.4876,602.0579,100,0,0), | ||
(32664,20,5933.025,569.929,601.4746 ,100,0,0), | ||
(32664,21,5932.214,563.8225,600.2523,100,0,0), | ||
(32664,22,5925.193,559.6426,603.4468,100,0,0), | ||
(32664,23,5922.899,557.1086,603.3078,100,0,0), | ||
(32664,24,5914.375,559.9744,603.5861,100,0,0), | ||
(32664,25,5906.045,566.9766,602.8636,100,0,0), | ||
(32664,26,5911.538,571.5968,603.2217,100,0,0), | ||
(32664,27,5919.368,574.7385,603.5026,100,0,0), | ||
(32664,28,5911.538,571.5968,603.2217,100,0,0), | ||
(32664,29,5906.046,566.9764,602.8636,100,0,0), | ||
(32664,30,5914.375,559.9744,603.5861,100,0,0), | ||
(32664,31,5922.899,557.1086,603.3078,100,0,0), | ||
(32664,32,5925.193,559.6426,603.4468,100,0,0), | ||
(32664,33,5932.214,563.8225,600.2523,100,0,0), | ||
(32664,34,5933.025,569.929,601.4746 ,100,0,0); |