DB/Creature: Remove wrong SAI from Val'kyr Battle-maiden

closes #28952 by CraftedRO
This commit is contained in:
Aokromes
2023-05-07 10:00:29 +02:00
committed by GitHub
parent d521d45f3d
commit 1573400e1c

View File

@@ -0,0 +1,3 @@
-- Val'kyr Battle-maiden
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 28487;
DELETE FROM `smart_scripts` WHERE `entryorguid` = 28487 AND `source_type` = 0;