Add lost .c_str() call at send std::string content to ".pdump write" command output.
[auctionmangos.git] / sql / updates / 0.11 / 5771_mangos_spell_learn_spell.sql
blob84ebcdccdb114c12dc979d678421b13a349bd833
1 ALTER TABLE spell_learn_spell
2   DROP IfNoSpell;
4 DELETE FROM spell_learn_spell WHERE entry IN (34769,13819,5784);
6 INSERT INTO spell_learn_spell (entry,spellID) VALUES
7  (34769,33388),
8  (13819,33388),
9  (5784,33388);