mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
DB?Creature_template: Fix a few creatures with AIName and Scriptname.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
UPDATE `creature_template` SET `ScriptName`='' WHERE `entry` IN (14282,10876,14389);
|
||||
UPDATE `creature_template` SET `AIName`='' WHERE `entry` IN (11946,11947,11948,11949,14762,14763,14764,14765,14772,14773,14776,14777);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (11947,11948);
|
||||
DELETE FROM `creature_ai_scripts` WHERE `creature_id` IN (14762,14763,14764,14765,14772,14773,14776,14777);
|
||||
Reference in New Issue
Block a user