aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2022-06-05 01:22:40 +0300
committeroffl <offl@users.noreply.github.com>2022-06-05 01:22:40 +0300
commitdb72ba91678b95906d5528b6cb73490507c779eb (patch)
tree0168cac3b1639679c1867bbc4cc6e3d358107876
parent07b895cd0aed737e852bc77aa92b0c4c5c5ee9c5 (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.sql2
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;