mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB: Fixed startup errors and formatting
Core/Vehicles: Prevent "unprocessed tail data" vehicle packet spam
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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');
|
||||
|
||||
2
sql/updates/world/2011_02_26_3_world_creatures.sql
Normal file
2
sql/updates/world/2011_02_26_3_world_creatures.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
UPDATE `creature` SET `spawndist`=0 WHERE `guid`=137582;
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (136768,136769);
|
||||
Reference in New Issue
Block a user