Skip to content

Commit

Permalink
[5343][ACID] Father Gustav 30226 & Halig Fireforge 30436
Browse files Browse the repository at this point in the history
corrected
  • Loading branch information
Grz3s committed Jun 20, 2024
1 parent 99d2726 commit 9db6841
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions ACID/acid_wotlk.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28458,6 +28458,7 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Aedan Moran 30433
-- Durik Bronzebomb 30434
-- Halig Fireforge 30436
('3043601','30436','1','0','100','33','5000','30000','90000','120000','0','0','53','20851','0','0','53','20852','0','0','0','0','0','0','Halig Fireforge - Randomized START_RELAY_SCRIPT on OOC Timer'),
-- Crusader Marisse 30437
-- Supply Officer Thalmers 30438
-- Sister Colleen Tulley 30439
Expand Down
10 changes: 10 additions & 0 deletions Updates/5343_c.30226.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
-- Father Gustav 30226
UPDATE creature_template SET MovementType = 4 WHERE Entry = 30226;
UPDATE creature SET position_x = 6218.07, position_y = -2.601671, position_z = 410.1646, spawndist = 0, MovementType = 4 WHERE id = 30226;
DELETE FROM creature_movement WHERE Id IN (527450);
DELETE FROM `creature_movement_template` WHERE `entry` = 30226;
INSERT INTO `creature_movement_template` (`entry`, `point`, `positionx`, `positiony`, `positionz`, `orientation`, `waittime`, `scriptid`) VALUES
(30226,1,6218.07,-2.601671,410.1646,3.15369,1000,0),
(30226,2,6222.3447,-2.1813695,410.4146,100,0,0),
(30226,3,6224.6196,1.238932,410.16464,100,0,0),
(30226,4,6224.3057,3.989041,410.16467,100,1000,0);

0 comments on commit 9db6841

Please sign in to comment.