mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
fix(Scripts/TheSlavePens): port SAI from bosses to C++ (#16169)
* fix * add sql 1 * add sql 2 * remove extra lines * remove dumb stuff keywords in "comment" were messing up the statement * same story todo: get better at SQL * better formatting + two sql statements together * remove old sql query * last fix * fixes to header enum * fix sql to have a more universal format * E e * final sql fix
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `ScriptName` = 'boss_mennu_the_betrayer', `AIName` = '' WHERE `entry` = 17941;
|
||||
UPDATE `creature_template` SET `ScriptName` = 'boss_quagmirran', `AIName` = '' WHERE `entry` = 17942;
|
||||
UPDATE `creature_template` SET `ScriptName` = 'boss_rokmar_the_crackler', `AIName` = '' WHERE `entry` = 17991;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (17941, 17942, 17991) AND `source_type` = 0;
|
||||
Reference in New Issue
Block a user