diff options
| author | Killyana <morphone1@gmail.com> | 2015-09-02 17:53:38 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2015-09-02 17:53:38 +0200 |
| commit | 24a624b38c5d436341a4b87eef6fbe66afc4bfb6 (patch) | |
| tree | dbfcd2eb64a644271239a338edb034e855cf85e3 /sql | |
| parent | 470c3e84206096705f43bb3f151086822488d8bd (diff) | |
DB/Creature: Remove a Duplicate spawn for Overseer Deathgaze
Add a cosmetic channeling spell for Decrepit Necromancer and remove a wrong emote.
Closes #15404
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_09_02_04_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_02_04_world.sql b/sql/updates/world/2015_09_02_04_world.sql new file mode 100644 index 00000000000..2a66eb3390f --- /dev/null +++ b/sql/updates/world/2015_09_02_04_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature` WHERE `guid`=118724 AND `id`=27122; +UPDATE `creature` SET `equipment_id`=1 WHERE `guid`=52290; +UPDATE `creature_template_addon` SET `emote`=0 WHERE `entry`=26942; +UPDATE `smart_scripts` SET `action_type`=11, `action_param1`=45491, `target_type`=19, `target_param1`=27180, `target_param2`=10, `comment`="Decrepit Necromancer - Out of Combat - Cast Necrotic Purple Beam" WHERE `entryorguid`=26942 AND `source_type`=0 AND `id`=0; |
