DB: removed bad sai from a trigger npc that is supsed to be used in multiple places

This commit is contained in:
Ovahlord
2019-11-06 01:44:25 +01:00
parent c5ab59a2ed
commit ec26851114

View File

@@ -0,0 +1,3 @@
SET @GUID := -317632;
UPDATE `creature_template` SET `AIName`="" WHERE `entry`= 42098;
DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0;