DB/Vashjir: some updates to Zin'jatar Raider and Slitherfin Eel
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
-- Template Addon
|
||||
UPDATE `creature_template_addon` SET `visibilityDistanceType`=3 WHERE `entry`=39313; -- 39313 (Zin'jatar Raider)
|
||||
|
||||
-- Difficulty
|
||||
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10000000, `VerifiedBuild`=68887 WHERE (`Entry`=40810 AND `DifficultyID`=0); -- 40810 (Gilblin Scavenger) - CanSwim
|
||||
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10000000, `VerifiedBuild`=68887 WHERE (`Entry`=40855 AND `DifficultyID`=0); -- 40855 (Slitherfin Eel) - CanSwim
|
||||
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10000000, `VerifiedBuild`=68887 WHERE (`Entry`=40677 AND `DifficultyID`=0); -- 40677 (Gilblin Scavenger) - CanSwim
|
||||
UPDATE `creature_template_difficulty` SET `StaticFlags1`=0x10000000, `VerifiedBuild`=68887 WHERE (`Entry`=39313 AND `DifficultyID`=0); -- 39313 (Zin'jatar Raider) - CanSwim
|
||||
|
||||
-- Update wander_distance
|
||||
UPDATE `creature` SET `wander_distance` = 12, `MovementType` = 1 WHERE `guid` IN (349108, 349110, 349111, 349112, 349116, 349117, 349124, 349134, 349135, 349136, 349137, 349143, 349144, 349145, 349152, 349153, 349154, 349155, 349158, 349163, 349164, 349165, 349169, 349170, 349175, 349176, 349180, 349186, 349194, 349203, 349204, 349205, 349218, 349219, 349220, 349221, 349222, 349223, 349234, 349235, 349236, 349237, 349241, 349248, 349249, 349251, 349252, 349253, 349267, 349278, 349279, 349280, 349281, 349282, 349283, 349292, 349293, 349294, 349295, 349296, 349303, 349305, 349306, 349311, 349312, 349313, 349314, 349322, 349323, 349324, 349325, 349329, 349335, 349340, 349341, 349342, 349343, 349344, 349349, 349369, 349370, 349414, 349469, 349471, 349475, 349476, 349477, 349478, 349482, 349483, 349484, 349496, 349508, 349513, 349567, 349577, 349591);
|
||||
UPDATE `creature` SET `wander_distance` = 6, `MovementType` = 1 WHERE `guid` IN (349127, 349129, 349131, 349139, 349140, 349151, 349162, 349182, 349184, 349188, 349189, 349190, 349191, 349199, 349209, 349211, 349212, 349216, 349225, 349386, 349394, 349396, 349397, 349398, 349401, 349402, 349458, 349593);
|
||||
Reference in New Issue
Block a user