Skip to content

Commit

Permalink
[WDB][5149] Splintertree Guard 12903
Browse files Browse the repository at this point in the history
custom made wps corrrected

(cherry picked from commit cmangos/wotlk-db@a99f393
  • Loading branch information
Grz3s authored and AnonXS committed Dec 9, 2023
1 parent de61948 commit 70993ee
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions Updates/4526_WDB-5149_c.12903.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
-- Splintertree Guard 12903
-- custom made wps corrrected
UPDATE creature SET position_x = 2245.8562, position_y = -2550.6584, position_z = 90.26493, spawndist = 0, movementType = 2 WHERE guid = 32623;
UPDATE creature SET position_x = 2389.056, position_y = -2524.0889, position_z = 111.420425, spawndist = 0, MovementType = 4 WHERE guid = 32620; -- linear
DELETE FROM creature_movement WHERE Id IN (32623,32620);
INSERT INTO creature_movement (id, point, positionx, positiony, positionz, orientation, waittime, scriptid) VALUES
-- 32623
(32623,1 ,2245.8562,-2550.6584,90.26493,100,0,0),
(32623,2 ,2273.6265,-2542.931,94.71704,100,0,0),
(32623,3 ,2282.1138,-2548.865,97.56836,100,0,0),
(32623,4 ,2279.5938,-2563.6602,103.332275,100,0,0),
(32623,5 ,2293.5852,-2547.6506,99.186035,100,0,0),
(32623,6 ,2305.6536,-2550.2715,100.75643,100,0,0),
(32623,7 ,2320.4414,-2544.7986,100.779015,100,0,0),
(32623,8 ,2336.4138,-2536.1184,101.87796,100,0,0),
(32623,9 ,2348.8645,-2534.3699,102.1785,100,0,0),
(32623,10,2342.5828,-2526.8362,103.1326233,100,0,0),
(32623,11,2324.8792,-2520.156,103.001686,100,0,0),
(32623,12,2316.6108,-2524.2607,102.02769,100,0,0),
(32623,13,2305.732623,-2532.9563,100.97886,100,0,0),
(32623,14,2285.1802,-2527.936,97.91134,100,0,0),
(32623,15,2262.4934,-2518.56,98.643814,100,0,0),
(32623,16,2264.2805,-2529.6611,94.044815,100,0,0),
(32623,17,2252.7747,-2533.5344,91.758705,100,0,0),
(32623,18,2240.312,-2532.841,89.50441,100,0,0),
-- 32620
(32620,1 ,2389.056,-2524.0889,111.420425,100,2000,0),
(32620,2 ,2369.499,-2529.2454,107.908066,100,0,0),
(32620,3 ,2353.0435,-2531.489,102.22798,100,0,0),
(32620,4 ,2333.2283,-2537.964,101.49996,100,0,0),
(32620,5 ,2311.78,-2535.9263,100.4515,100,0,0),
(32620,6 ,2290.931,-2541.0503,97.90576,100,0,0),
(32620,7 ,2259.7087,-2539.0344,91.85404,100,0,0),
(32620,8 ,2211.571,-2538.0688,83.19322,100,0,0),
(32620,9 ,2187.3528,-2517.154,81.2887,100,0,0),
(32620,10,2150.718,-2495.4524,79.86891,100,0,0),
(32620,11,2126.2083,-2481.109,80.60241,100,0,0),
(32620,12,2103.8066,-2462.7012,82.487526,100,0,0),
(32620,13,2077.4724,-2436.4202,85.9665,100,0,0),
(32620,14,2041.5533,-2409.3213,87.90219,100,2000,0);

0 comments on commit 70993ee

Please sign in to comment.