mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
*Fix some Gothik mob spells. Thanks to Stryker
--HG-- branch : trunk
This commit is contained in:
13
sql/updates/4795_world_scripts_converter.sql
Normal file
13
sql/updates/4795_world_scripts_converter.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
INSERT INTO creature_template (entry, spell1, spell2, spell3, spell4, spell5, spell6, spell7, spell8) VALUES
|
||||
(29987, 55645, 0, 0, 0, 0, 0, 0, 27892), # Unrelenting Trainee (H)
|
||||
(29985, 27825, 0, 0, 0, 0, 0, 0, 27928), # Unrelenting Death Knight (H)
|
||||
(29986, 55638, 55608, 0, 0, 0, 0, 0, 27935) # Unrelenting Rider (H)
|
||||
ON DUPLICATE KEY UPDATE
|
||||
spell1 = VALUES(spell1),
|
||||
spell2 = VALUES(spell2),
|
||||
spell3 = VALUES(spell3),
|
||||
spell4 = VALUES(spell4),
|
||||
spell5 = VALUES(spell5),
|
||||
spell6 = VALUES(spell6),
|
||||
spell7 = VALUES(spell7),
|
||||
spell8 = VALUES(spell8);
|
||||
Reference in New Issue
Block a user