diff options
-rw-r--r-- | sql/updates/world/2012_09_16_00_fires_over_skettis.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_09_16_00_fires_over_skettis.sql b/sql/updates/world/2012_09_16_00_fires_over_skettis.sql index fff9fbd1d69..d50f45bb020 100644 --- a/sql/updates/world/2012_09_16_00_fires_over_skettis.sql +++ b/sql/updates/world/2012_09_16_00_fires_over_skettis.sql @@ -23,4 +23,4 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`, UPDATE `gameobject_template` SET `AIName`='' WHERE `entry`=@EGG; DELETE FROM `smart_scripts` WHERE `entryorguid`=@EGG AND `source_type`=1; -- Delete GO spawns that are not needed -DELETE FROM `gameobject` WHERE `id`=@EGG;
\ No newline at end of file +DELETE FROM `gameobject` WHERE `id`=@EGG; |