DB/ScarletEnclave: ported commit bbb308f628 and fixed some quest ender and movement template data

This commit is contained in:
Ovahlord
2020-06-15 04:47:28 +02:00
parent 3f6455d9bb
commit 7521c2ebfa

View File

@@ -0,0 +1,11 @@
DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (28935, 28534);
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Flight`) VALUES
(28935, 1, 1),
(28534, 1, 1);
UPDATE `smart_scripts` SET `action_type`=46 WHERE `entryorguid`=2861001 AND `id`=2 AND `source_type`=9;
DELETE FROM `gameobject_questender` WHERE `id`= 190936;
INSERT INTO `gameobject_questender` (`id`, `quest`) VALUES
(190936, 12717),
(190936, 12718);