parent
7222699f61
commit
7c73aa8229
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2022_11_12_13 -> 2022_11_12_14
|
||||
-- Delete the ores that survived the purge
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (40255, 40271, 42411, 61962) AND `id` IN (181555, 181556, 181557);
|
||||
-- Ore spawn timers
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2022_11_12_14 -> 2022_11_12_15
|
||||
-- Not pulling together
|
||||
UPDATE `creature_formations` SET `GroupAI`=515 WHERE `leaderGUID` IN (138187, 138213) AND `memberGUID` IN (138186, 138211, 138212);
|
||||
UPDATE `creature_formations` SET `GroupAI`=3 WHERE `leaderGUID` IN (138187, 138213) AND `memberGUID` IN (138187, 138213);
|
||||
Loading…
Add table
Add a link
Reference in a new issue