TC-Solo/allclass/shamanstartherobl.sql
Relintai ba7130fc09 -Added a file, it's needed with the allclass patch,
because you cannot learn heroism with anything other than a drenaei.
With that sql, the shaman will learn it with searing totem.
Actually they will learn both heroism, and bloodlust.
-Added in learn class quests for hunter and shaman. For shaman they will give totems too.
2014-12-02 21:46:15 +01:00

6 lines
185 B
SQL

-- heroism 32182
-- bl 2825
DELETE FROM spell_learn_spell WHERE entry = 3599;
INSERT INTO spell_learn_spell VALUES(3599, 32182, 1);
INSERT INTO spell_learn_spell VALUES(3599, 2825, 1);