diff options
author | offl <offl@users.noreply.github.com> | 2022-06-05 01:22:40 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2022-06-05 01:22:40 +0300 |
commit | db72ba91678b95906d5528b6cb73490507c779eb (patch) | |
tree | 0168cac3b1639679c1867bbc4cc6e3d358107876 | |
parent | 07b895cd0aed737e852bc77aa92b0c4c5c5ee9c5 (diff) |
DB/SAI: Use OnSpellCast instead of OnSpellHitTarget in one case
-rw-r--r-- | sql/updates/world/3.3.5/2022_06_05_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_06_05_00_world.sql b/sql/updates/world/3.3.5/2022_06_05_00_world.sql new file mode 100644 index 00000000000..09ca4448528 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_06_05_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_type` = 83, `comment` = "Bonesunder - On Spell Cast 'Bone Crack' - Say Line 1" WHERE `entryorguid` = 27006 AND `event_type` = 31; |