diff options
| author | Sorikoff <46191832+Sorikoff@users.noreply.github.com> | 2020-05-10 17:23:13 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-01-02 19:24:18 +0100 |
| commit | 74174332c6f8f8cda136c2804bad6c665724185d (patch) | |
| tree | 1a19609f33195debd08e972c87164705ce5dff62 /sql | |
| parent | d30e4a20e52a5025c59bfc746570ff7ef06af6f4 (diff) | |
Scripts/Pet: Lil' K.T (#24528)
* Lil' K.T.
* Rename 9999_99_99_99_world_335.sql to 2020_05_10_00_world.sql
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
(cherry picked from commit 34fecde022e6e2a228111ee79a0e9f5f8a7bed12)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2020_05_10_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_05_10_00_world.sql b/sql/updates/world/master/2020_05_10_00_world.sql new file mode 100644 index 00000000000..32f29b22737 --- /dev/null +++ b/sql/updates/world/master/2020_05_10_00_world.sql @@ -0,0 +1,6 @@ +UPDATE creature_template SET `AIName`='',`ScriptName`='npc_pet_lich' WHERE entry=36979; +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_gen_lich_pet_aura', 'spell_gen_lich_pet_onsummon', 'spell_gen_lich_pet_aura_remove'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(69732,'spell_gen_lich_pet_aura'), +(69735,'spell_gen_lich_pet_onsummon'), +(69736,'spell_gen_lich_pet_aura_remove'); |
