refactor(Scripts/BlackwingLair): Refactor Chromaggus (#11501)

* refactor(Scripts/BlackwingLair): Refactor Chromaggus

* Update boss_chromaggus.cpp

* eof

* Update boss_chromaggus.cpp
This commit is contained in:
Skjalf
2022-04-24 09:25:57 -03:00
committed by GitHub
parent 66fa80d9ea
commit 88555b6564
2 changed files with 46 additions and 131 deletions

View File

@@ -0,0 +1,10 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1650762150293897700');
SET @NPC := 14020;
SET @PATH := @NPC * 10;
DELETE FROM `waypoint_data` WHERE `id`=@PATH;
INSERT INTO `waypoint_data` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`delay`,`move_type`,`action`,`action_chance`,`wpguid`) VALUES
(@PATH,1,-7488.41,-1074.58,476.54404,0.197437033057212829,0,0,0,100,0),
(@PATH,2,-7488.41,-1074.58,476.54404,5.272660255432128906,0,0,0,100,0),
(@PATH,3,-7488.41,-1074.58,476.54404,0,0,0,0,100,0),
(@PATH,4,-7488.41,-1074.58,476.54404,0.46780097484588623,0,0,0,100,0);