From f82f64bd00ca717c32755778196e5731bb6b0a48 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 14 Dec 2025 15:00:10 +0100 Subject: [PATCH] DB/Creature: Update Moontouched Owlbeast creature_template_spell closes #31560 by CraftedRO --- sql/updates/world/3.3.5/2025_12_14_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_12_14_01_world.sql diff --git a/sql/updates/world/3.3.5/2025_12_14_01_world.sql b/sql/updates/world/3.3.5/2025_12_14_01_world.sql new file mode 100644 index 00000000000..8729368413f --- /dev/null +++ b/sql/updates/world/3.3.5/2025_12_14_01_world.sql @@ -0,0 +1,3 @@ +-- Update Moontouched Owlbeast creature_template_spell +UPDATE `creature_template_spell` SET `Index`=3, `Spell`=15798 WHERE `CreatureID`=7453 AND `Index`=0; +UPDATE `creature_template_spell` SET `Index`=4, `Spell`=12160 WHERE `CreatureID`=7453 AND `Index`=1;