DB: Fixed startup errors and formatting

Core/Vehicles: Prevent "unprocessed tail data" vehicle packet spam
This commit is contained in:
Shauren
2011-02-26 12:53:17 +01:00
parent 7e4456f79d
commit 45f91feaa8
4 changed files with 28 additions and 19 deletions

View File

@@ -5,4 +5,4 @@ UPDATE `creature_model_info` SET `bounding_radius`=0.31, `combat_reach`=25 WHERE
DELETE FROM `creature` WHERE `id` IN(32933,32934);
-- Update spawn data
UPDATE `creature` SET `unit_flags`=33554432, `deathstate`= 1, `MovementType`=0 WHERE `id`=34297;
UPDATE `creature` SET `unit_flags`=33554432, `deathstate`= 1, `MovementType`=0 WHERE `id`=34297;

View File

@@ -1,2 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=64702;
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (64702, 'spell_ulduar_squeezed_lifeless');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(64702, 'spell_ulduar_squeezed_lifeless');

View File

@@ -0,0 +1,2 @@
UPDATE `creature` SET `spawndist`=0 WHERE `guid`=137582;
DELETE FROM `creature_addon` WHERE `guid` IN (136768,136769);