parent
daf78423e4
commit
bf930bbb07
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue