diff options
| author | Keader <keader.android@gmail.com> | 2017-08-20 17:37:44 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2017-08-20 17:38:47 -0300 |
| commit | 203c5f705806f6f39a8392c3164ff04fc5415d58 (patch) | |
| tree | 3061f65731ca5f6270b00aa6bed0360105dace5c /sql | |
| parent | 6f4492bc61f0883df7dac81ef6235a1cb7299bc7 (diff) | |
Core/Razorscale: Codestyle Updates
* Removing spelldifficulty_dbc to make portable to master
* Updated to new Spell/Aurascript model
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_08_20_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_08_20_00_world.sql b/sql/updates/world/3.3.5/2017_08_20_00_world.sql new file mode 100644 index 00000000000..72fdd8de1ac --- /dev/null +++ b/sql/updates/world/3.3.5/2017_08_20_00_world.sql @@ -0,0 +1,3 @@ +UPDATE `creature_template` SET `ScriptName`='npc_razorscale_devouring_flame' WHERE `entry`=34188; -- Razorscale Devouring Flame Stalker +DELETE FROM `spelldifficulty_dbc` WHERE `id` IN (64709,63317,64704,64758,63809); -- Devouring Flame, Flame Breath, Chain Lightning, Lightning Bolt +DELETE FROM `creature_template_addon` WHERE `entry` IN (34188,34189); -- Razorscale Devouring Flame Stalker |
