mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2024_05_11_04 -> 2024_05_12_00
|
||||||
|
|
||||||
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 27354;
|
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 27354;
|
||||||
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
|
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2024_05_12_00 -> 2024_05_12_01
|
||||||
-- Shen'dralar Ancient smart ai
|
-- Shen'dralar Ancient smart ai
|
||||||
SET @ENTRY := 14358;
|
SET @ENTRY := 14358;
|
||||||
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY;
|
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY;
|
||||||
Reference in New Issue
Block a user