mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
@@ -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);
|
||||
Reference in New Issue
Block a user