mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core/GameObject: spawn linked traps at gameobject creation instead of…
… using DB spawns.
This commit is contained in:
4
sql/updates/world/3.3.5/2016_11_01_03_world.sql
Normal file
4
sql/updates/world/3.3.5/2016_11_01_03_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `gameobject` WHERE `id` IN (2061,2066,19535,31442,31510,94039,123334,123355,124072,128196,130126,142172,142176,148976,153204,176117,176152,176214,176591,176865,177045,177606,177793,178187,178188,178189,178190,178191,178192,178193,178324,178984,179900,180100,180217,180244,180247,180583,181029,181272,181282,181284,181376,181583,181584,181913,182051,182582,182585,183386,183768,183997,184078,184124,184265,184578,184718,184736,184737,184747,184794,184797,184801,184835,184843,184868,184871,184872,185018,185212,185499,185502,185563,185600,185878,186330,186334,186431,186470,186617,186620,188479,188500,190195,190196,190661,190857,191304,191370,191485,191555,194010,194013,194955,195346,201368,201593);
|
||||
DELETE FROM `gameobject_addon` WHERE `guid` NOT IN (SELECT `guid` FROM `gameobject`);
|
||||
DELETE FROM `game_event_gameobject` WHERE `guid` NOT IN (SELECT `guid` FROM `gameobject`);
|
||||
Reference in New Issue
Block a user