mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2024_05_11_04 -> 2024_05_12_00
|
||||
|
||||
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 27354;
|
||||
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
|
||||
SET @ENTRY := 14358;
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY;
|
||||
Reference in New Issue
Block a user