Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Database/SAI: Added missing creature updates.UpdateSessions
Browse files Browse the repository at this point in the history
-[ci skip]
  • Loading branch information
ArivanaDEV committed Jun 17, 2022
1 parent 5f46ec1 commit a1be29d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sql/updates/world/2022_06_08_01_world.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-- Wildscale Herbalist SAI
UPDATE creature_template SET AIName='SmartAI' WHERE entry=58216;
DELETE FROM `smart_scripts` WHERE `entryorguid`=58216;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(58216, 0, 0, 0, 0, 0, 100, 0, 0, 0, 3300, 5100, 11, 119577, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Wildscale Herbalist - In Combat - Cast Wrath'),
Expand Down
1 change: 1 addition & 0 deletions sql/updates/world/2022_06_17_03_world.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-- Farraki Sand-Stormer SAI
UPDATE creature_template SET AIName='SmartAI' WHERE entry=63673;
DELETE FROM `smart_scripts` WHERE `entryorguid`=63673;
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
(63673, 0, 0, 0, 4, 0, 100, 3, 0, 0, 0, 0, 11, 131524, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Farraki Sand-Stormer - On Aggro - Cast Burning Winds');
Expand Down

0 comments on commit a1be29d

Please sign in to comment.