mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
DB/Creature: Remove wrong SAI from Val'kyr Battle-maiden
closes #28952 by CraftedRO
This commit is contained in:
3
sql/updates/world/3.3.5/2023_05_07_00_world.sql
Normal file
3
sql/updates/world/3.3.5/2023_05_07_00_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user