mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Player: Restore 2 lost start spells
This commit is contained in:
6
sql/updates/world/4.3.4/2017_03_17_02_world.sql
Normal file
6
sql/updates/world/4.3.4/2017_03_17_02_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `playercreateinfo_cast_spell` WHERE `spell` IN (688, 73523);
|
||||
INSERT INTO `playercreateinfo_cast_spell` (`raceMask`, `classMask`, `spell`, `note`) VALUES
|
||||
(0, 256, 688, 'Warlock - Summon Imp'),
|
||||
(16, 925, 73523, 'Undead - Rigor Mortis');
|
||||
--
|
||||
Reference in New Issue
Block a user