parent
51d712bee4
commit
758ed35db3
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2022_11_12_10 -> 2022_11_12_11
|
||||
-- Closes gossip on selecting last option
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 10740;
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 10740) AND (`source_type` = 0) AND (`id` IN (0));
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2022_11_12_11 -> 2022_11_12_12
|
||||
-- Removes Rock Shell ability
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 4661;
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 4661) AND (`source_type` = 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue