From db72ba91678b95906d5528b6cb73490507c779eb Mon Sep 17 00:00:00 2001 From: offl Date: Sun, 5 Jun 2022 01:22:40 +0300 Subject: DB/SAI: Use OnSpellCast instead of OnSpellHitTarget in one case --- sql/updates/world/3.3.5/2022_06_05_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2022_06_05_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3