DB/Misc: Fix startup errors

This commit is contained in:
Vincent_Michael
2012-12-14 11:47:16 +01:00
parent 1f869ce3a5
commit 36c3e46fdb
3 changed files with 9 additions and 1 deletions

View File

@@ -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),

View File

@@ -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

View 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);