mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
* Add files via upload * Update boss_lurker_below.cpp * Update instance_serpent_shrine.cpp * Update SerpentShrine.sql * Update SerpentShrine.sql * Update SerpentShrine.sql * Add files via upload * Update instance_serpent_shrine.cpp * Update serpent_shrine.h * Update instance_serpent_shrine.cpp
This commit is contained in:
17
data/sql/updates/pending_db_world/SerpentShrine.sql
Normal file
17
data/sql/updates/pending_db_world/SerpentShrine.sql
Normal file
@@ -0,0 +1,17 @@
|
||||
SET @CGUID = 153000;
|
||||
-- 21215 Leotheras the Blind
|
||||
DELETE FROM `creature_addon` WHERE `guid` = @CGUID+139;
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES
|
||||
(@CGUID+139, 0, 0, 8, 1, '37546');
|
||||
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID` = @CGUID+139;
|
||||
INSERT INTO `creature_formations` (`leaderGUID`, `memberGUID`, `dist`, `angle`, `groupAI`, `point_1`, `point_2`) VALUES
|
||||
(@CGUID+139, @CGUID+139, 0, 0, 24, 0, 0),
|
||||
(@CGUID+139, @CGUID+140, 0, 0, 24, 0, 0),
|
||||
(@CGUID+139, @CGUID+141, 0, 0, 24, 0, 0),
|
||||
(@CGUID+139, @CGUID+142, 0, 0, 24, 0, 0);
|
||||
|
||||
-- 21216 Hydross the Unstable
|
||||
UPDATE `creature` SET `position_x`= -259.13, `position_y`= -356.28, `position_z`= 15.03, `orientation`=6.04 WHERE `guid` = @CGUID+21;
|
||||
UPDATE `creature` SET `position_x`= -218.8, `position_y`= -371.34, `position_z`= 14.608, `orientation`=2.72 WHERE `guid` = @CGUID+20;
|
||||
UPDATE `creature` SET `position_x`= -239.43, `position_y`= -363.48, `position_z`= 12, `orientation`=1.19093 WHERE `guid` = @CGUID+19;
|
||||
Reference in New Issue
Block a user