-
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
22 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,22 @@ | ||
-- Argent Peacekeeper 33698 | ||
DELETE FROM creature_addon WHERE guid BETWEEN 535768 AND 535773; | ||
DELETE FROM creature_movement WHERE id BETWEEN 535768 AND 535773; | ||
DELETE FROM game_event_creature WHERE guid BETWEEN 535768 AND 535773; | ||
DELETE FROM game_event_creature_data WHERE guid BETWEEN 535768 AND 535773; | ||
DELETE FROM creature_battleground WHERE guid BETWEEN 535768 AND 535773; | ||
DELETE FROM creature_linking WHERE guid BETWEEN 535768 AND 535773; | ||
DELETE FROM creature where guid BETWEEN 535768 AND 535773; | ||
INSERT INTO creature (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, orientation, spawntimesecsmin, spawntimesecsmax, spawndist, MovementType) VALUES | ||
(535768,33698,571,1,1,8507.228,1171.2848,566.52814,5.27089,180,180,0,0), | ||
(535769,33698,571,1,1,8512.489,1174.7361,566.90625,5.270894,180,180,0,0), | ||
(535770,33698,571,1,1,8350.372,830.9427,549.2975,5.53269,180,180,0,0), | ||
(535771,33698,571,1,1,8346.106,826.3073,549.2189,5.53269,180,180,0,0), | ||
(535772,33698,571,1,1,8603.596,576.9219,548.71704,1.36677,180,180,0,0), | ||
(535773,33698,571,1,1,8596.731,578.26215,548.6886,1.23343777,180,180,0,0); | ||
-- individual addon | ||
UPDATE creature_addon SET auras = 64718 WHERE guid IN ( | ||
533558,533556,533553,533561,533562,533563,533564,533565,533566,533567,533550,533569,533570,533571,533547,533546,533542,533540,533538, | ||
533537,533536,533535,533580,533581,533582,533534,533557,533585,533586,533587,533533,533589); | ||
DELETE FROM creature_addon WHERE guid BETWEEN 535768 AND 535769; | ||
INSERT INTO creature_addon (guid, mount, stand_state, sheath_state, pvp_flags, emote, moveflags, auras) VALUES | ||
(535768,28918,0,1,1,0,0,64718); |