diff options
author | Killyana <morphone1@gmail.com> | 2020-02-23 16:08:35 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-22 12:21:34 +0100 |
commit | 865be2bdfacead73919ba68192e538c0e3a49d7e (patch) | |
tree | 48e4bdf1d0565a281209f08ef60bf45aa2032726 | |
parent | 69f768605082222a3ca573c623d3fc019106be3b (diff) |
DB/Creature: Remove useless script from Zeppelin Power Core
(cherry picked from commit 21175ba2ff06a2eb869a3054133111c0546de68f)
-rw-r--r-- | sql/updates/world/master/2021_12_22_00_world_2020_02_23_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_22_00_world_2020_02_23_00_world.sql b/sql/updates/world/master/2021_12_22_00_world_2020_02_23_00_world.sql new file mode 100644 index 00000000000..7bbba750c76 --- /dev/null +++ b/sql/updates/world/master/2021_12_22_00_world_2020_02_23_00_world.sql @@ -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; |