parent
7e99adcb31
commit
f59135ca4e
3 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_05_14_02 -> 2023_05_14_03
|
||||
-- Harold Lane
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=18218;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=18218 AND `source_type`=0;
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_05_14_03 -> 2023_05_14_04
|
||||
-- Jessera of Mac'Aree SAI
|
||||
SET @ENTRY := 17663;
|
||||
UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY;
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_05_14_04 -> 2023_05_14_05
|
||||
-- [Q] Deciphering the Book -- http://wotlk.openwow.com/quest=9557
|
||||
-- Anchorite Paetheus SAI
|
||||
SET @ENTRY := 17424;
|
||||
Loading…
Add table
Add a link
Reference in a new issue