mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
DB/Player: Convert Gnome - Irradiated Aura to mask
This commit is contained in:
5
sql/updates/world/4.3.4/2017_03_17_03_world.sql
Normal file
5
sql/updates/world/4.3.4/2017_03_17_03_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `playercreateinfo_cast_spell` WHERE `spell` =80653;
|
||||
INSERT INTO `playercreateinfo_cast_spell` (`raceMask`, `classMask`, `spell`, `note`) VALUES
|
||||
(64, 410, 80653, 'Gnome - Irradiated Aura');
|
||||
--
|
||||
Reference in New Issue
Block a user