mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
DB/Misc: Fix startup errors
This commit is contained in:
@@ -175,6 +175,7 @@ DELETE FROM `waypoint_data` WHERE `id`=883750;
|
||||
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_flag`, `action`, `action_chance`, `wpguid`) VALUES
|
||||
(883750, 1, -8541.23, 1144.3, 18.9831, 0, 3000, 0, 0, 100, 0),
|
||||
(883750, 2, -8538.3, 1149.52, 19.0522, 0, 2000, 0, 0, 100, 0),
|
||||
(883750, 3, -8538.3, 1149.52, 19.0522, 0, 15000, 0, 1029, 100, 0),
|
||||
(883750, 4, -8538.3, 1149.52, 19.0522, 0, 2000, 0, 0, 100, 0),
|
||||
(883750, 5, -8544.61, 1133.18, 18.1536, 0, 0, 0, 0, 100, 0),
|
||||
(883750, 6, -8551.97, 1118.55, 19.0523, 0, 0, 0, 0, 100, 0),
|
||||
|
||||
@@ -2,7 +2,7 @@ DELETE FROM `spell_script_names` WHERE `spell_id` IN (24750, 24751, 44436);
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(24750, 'spell_trick'),
|
||||
(24751, 'spell_trick_or_treat'),
|
||||
(44436, 'spell_gen_tricky_treat');
|
||||
(44436, 'spell_tricky_treat');
|
||||
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (42965,42966);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
|
||||
|
||||
7
sql/updates/world/2012_12_14_04_world_misc.sql
Normal file
7
sql/updates/world/2012_12_14_04_world_misc.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=44436;
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(44436, 'spell_tricky_treat');
|
||||
|
||||
DELETE FROM `waypoint_data` WHERE `id`=883750 AND `point`=3;
|
||||
INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `position_z`, `orientation`, `delay`, `move_flag`, `action`, `action_chance`, `wpguid`) VALUES
|
||||
(883750, 3, -8538.3, 1149.52, 19.0522, 0, 15000, 0, 1029, 100, 0);
|
||||
Reference in New Issue
Block a user