mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 04:42:10 +01:00
* Added gossip option related to quest 12791, 12794 and 12796 - Thx SD2 team
--HG-- branch : trunk
This commit is contained in:
4
sql/updates/2706_world_SD2_scripts.sql
Normal file
4
sql/updates/2706_world_SD2_scripts.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
UPDATE creature_template SET ScriptName='npc_kingdom_of_dalaran_quests' WHERE entry IN (29169,23729,26673,27158,29158,29161,26471,29155,29159,29160,29162);
|
||||
DELETE FROM spell_target_position WHERE id=53360;
|
||||
INSERT INTO spell_target_position VALUES
|
||||
(53360, 571, 5807.829, 587.960, 660.939, 1.663);
|
||||
Reference in New Issue
Block a user