Skip to content

Commit

Permalink
Update Rel21_11_029__Ravenous_Windroc_Script.sql
Browse files Browse the repository at this point in the history
Fix type in previous ai commit
  • Loading branch information
Necrovoice committed Mar 11, 2019
1 parent 332ad98 commit 961ad78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions World/Updates/Rel21/Rel21_11_029__Ravenous_Windroc_Script.sql
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ BEGIN
-- -- PLACE UPDATE SQL BELOW -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -


-- Ravenous Windroc
UPDATE `creature_template` SET `AIName` = 'EventAI' WHERE `entry` = 18220;
DELETE FROM `creature_ai_scripts` WHERE `creature_id` = 18220;
INSERT INTO `creature_ai_scripts` VALUES
('1822001','18220','0','0','100','1','5000','1000','10000','20000','11','30285','1','32','0','0','0','0','0','0','0','0','Ravenous Windroc - Cast Eagle Claw');
('1822001','18220','0','0','100','1','1000','5000','10000','20000','11','30285','1','32','0','0','0','0','0','0','0','0','Ravenous Windroc - Cast Eagle Claw');

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -
-- -- PLACE UPDATE SQL ABOVE -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Expand Down

0 comments on commit 961ad78

Please sign in to comment.