mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Misc: More 6.x fixes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- DB/Creature: Nalpak Spawn
|
||||
SET @CGUID := 452399;
|
||||
DELETE FROM `creature` WHERE `guid`=@CGUID;
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES
|
||||
(@CGUID, 5767, 43, 1, -150.298, 123.82, -75.95126, 3.228859, 7200, 0, 0); -- 5767 (Area: -1)
|
||||
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `quest_template` SET `AllowableRaces`=0 WHERE `id` IN (13094, 13095);
|
||||
UPDATE `quest_template` SET `AllowableRaces`=`AllowableRaces`|1|4|8|64|1024|2097152|16777216 WHERE id=13094;
|
||||
UPDATE `quest_template` SET `AllowableRaces`=`AllowableRaces`|2|16|32|128|256|512|33554432 WHERE id=13095;
|
||||
@@ -0,0 +1,3 @@
|
||||
--
|
||||
-- delete multiple spawns
|
||||
DELETE FROM `gameobject` WHERE `guid` IN (218987,232480,234051,218986,232479,234050,218988,218989,200969,203095,212811,216447,220558,200970,203096,212810,216448,220557,200968,203094,212812,216446,220559,200972,203101,212808,216450,220552,200971,203100,212809,216449,220553,200973,203102,212804,216451,220551,200975,203098,212800,216453,220555,200974,203099,212802,216452,220554,200976,203097,212799,216454,220556,218990,232504,234053,218991,232503,234052,203060,212761,216473,220569,203061,212763,216474,220568,218955,201000,203066,212765,216471,220564,200995,203067,212769,216470,220562,219016,219017,234295,219015,234296,219010,234315,219008,219013,200998,203065,212766,216469,220565,200997,203064,212767,216468,220566,219025,219018);
|
||||
Reference in New Issue
Block a user