mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
DB: removed bad sai from a trigger npc that is supsed to be used in multiple places
This commit is contained in:
3
sql/updates/world/custom/custom_2019_11_06_00_world.sql
Normal file
3
sql/updates/world/custom/custom_2019_11_06_00_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user