mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
DB/ScarletEnclave: ported commit bbb308f628 and fixed some quest ender and movement template data
This commit is contained in:
11
sql/updates/world/4.3.4/2020_06_15_00_world.sql
Normal file
11
sql/updates/world/4.3.4/2020_06_15_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user