mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Remove useless script from Zeppelin Power Core
This commit is contained in:
5
sql/updates/world/3.3.5/2020_02_23_00_world.sql
Normal file
5
sql/updates/world/3.3.5/2020_02_23_00_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (23832,-18587) AND source_type=0;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=2383200 AND source_type=9;
|
||||
UPDATE `creature_template` SET `AIName`="" WHERE `entry`=23832;
|
||||
UPDATE `creature_template_addon` SET `auras`="42491" WHERE `entry`=23832;
|
||||
Reference in New Issue
Block a user