mirror of
https://github.com/Relintai/TC-Solo.git
synced 2024-11-17 20:37:31 +01:00
Relintai
ba7130fc09
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.
6 lines
185 B
SQL
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); |