-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redone
- Loading branch information
Showing
1 changed file
with
26 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,26 @@ | ||
-- Chillmaw 33687 | ||
UPDATE creature_template SET MovementType = 3 WHERE entry IN (33687); | ||
UPDATE creature SET position_x = 8014.983, position_y = 2677.581, position_z = 552.163, spawndist = 0, MovementType = 3 WHERE id = 33687; | ||
DELETE FROM creature_movement WHERE id IN (533532); | ||
DELETE FROM `creature_movement_template` WHERE entry IN (33687); | ||
INSERT INTO `creature_movement_template` (`entry`,`point`,`positionx`,`positiony`,`positionz`,`orientation`,`waittime`,`scriptid`) VALUES | ||
(33687,1 ,8014.983,2677.581,552.163,100,0,0), | ||
(33687,2 ,8038.616,2686.497,552.163,100,0,0), | ||
(33687,3 ,8054.087,2682.125,552.163,100,0,0), | ||
(33687,4 ,8070.223,2668.8616,552.163,100,0,0), | ||
(33687,5 ,8083.002,2652.033,552.163,100,0,0), | ||
(33687,6 ,8088.153,2638.3508,552.163,100,0,0), | ||
(33687,7 ,8087.991,2612.7356,552.163,100,0,0), | ||
(33687,8 ,8083.2554,2574.9075,545.1081,100,0,0), | ||
(33687,9 ,8078.0425,2539.7332,535.27545,100,0,0), | ||
(33687,10,8072.4697,2520.4517,529.0803,100,0,0), | ||
(33687,11,8056.105,2499.433,523.6086,100,0,0), | ||
(33687,12,8022.817,2484.3496,517.58044,100,0,0), | ||
(33687,13,8001.5947,2505.4888,522.5801,100,0,0), | ||
(33687,14,7969.2935,2523.7786,522.0528,100,0,0), | ||
(33687,15,7953.5557,2557.246,528.35925,100,0,0), | ||
(33687,16,7961.5957,2620.527,540.24805,100,0,0), | ||
(33687,17,7987.2563,2654.7275,547.8585,100,0,0); | ||
DELETE FROM `creature_spawn_data` WHERE guid IN (533532); | ||
INSERT INTO `creature_spawn_data` (`guid`, `id`) VALUES | ||
(533532,20056); |