parent
3cf170a5ff
commit
89acad2145
3 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_05_13_15 -> 2023_05_14_00
|
||||
-- 21151 (Borgrim Stouthammer)
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 21151;
|
||||
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_05_14_00 -> 2023_05_14_01
|
||||
--
|
||||
UPDATE `creature_template` SET `minlevel`=63, `maxlevel`=63, `AIName`='SmartAI' WHERE `entry`=16383;
|
||||
|
||||
|
|
@ -1 +1,2 @@
|
|||
-- DB update 2023_05_14_01 -> 2023_05_14_02
|
||||
DELETE FROM `conditions` WHERE `SourceEntry` = 18250 AND `SourceTypeOrReferenceId` = 1 AND `ConditionTypeOrReference` = 2;
|
||||
Loading…
Add table
Add a link
Reference in a new issue