parent
4265ef0239
commit
a5bb5fa708
4 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2022_06_18_11 -> 2022_06_18_12
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 2624;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 2624);
|
||||
|
|
@ -1 +1,2 @@
|
|||
-- DB update 2022_06_18_12 -> 2022_06_18_13
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|4194304 WHERE (`entry` = 15163);
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2022_06_18_13 -> 2022_06_18_14
|
||||
--
|
||||
DELETE FROM `creature_loot_template` WHERE item=6838;
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2022_06_18_14 -> 2022_06_18_15
|
||||
--
|
||||
-- Mulgore 10618 Gameobjects that need removed before Mulgore can be rebuilt
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (18442, 18443, 18444, 18445, 18446, 18447, 18448, 18449, 18450, 18451, 18452, 18453, 18454, 18455, 85767, 85772, 85882, 85883);
|
||||
Loading…
Add table
Add a link
Reference in a new issue