mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
This commit is contained in:
12
sql/updates/world/2014_10_10_06_world.sql
Normal file
12
sql/updates/world/2014_10_10_06_world.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=30945 AND `source_type`=0 AND `id`=3;
|
||||
UPDATE `smart_scripts` SET `link`=28 WHERE `entryorguid`=28659 AND `source_type`=0 AND `id`=26;
|
||||
UPDATE `smart_scripts` SET `link`=4 WHERE `entryorguid`=27788 AND `source_type`=0 AND `id`=3;
|
||||
UPDATE `smart_scripts` SET `link`=1 WHERE `entryorguid`=26434 AND `source_type`=0 AND `id`=0;
|
||||
UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=25979 AND `source_type`=0 AND `id`=1;
|
||||
UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid`=23859 AND `source_type`=0 AND `id`=3;
|
||||
UPDATE `smart_scripts` SET `link`=6 WHERE `entryorguid` IN (34965,19643) AND `source_type`=0 AND `id`=5;
|
||||
UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid` BETWEEN -23715 AND -23712 AND `source_type`=0 AND `id`=0;
|
||||
UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=12996 AND `source_type`=0 AND `id`=8;
|
||||
UPDATE `smart_scripts` SET `link`=8 WHERE `entryorguid`=18171 AND `source_type`=0 AND `id`=7;
|
||||
UPDATE `smart_scripts` SET `link`=5 WHERE `entryorguid`=19657 AND `source_type`=0 AND `id`=4;
|
||||
UPDATE `smart_scripts` SET `id`=21, `link`=0, `comment`="The Leaper - In Combat - Cast Hunger For Blood" WHERE `entryorguid`=29840 AND `source_type`=0 AND `id`=7 AND `link`=21;
|
||||
23
sql/updates/world/2014_10_11_00_world.sql
Normal file
23
sql/updates/world/2014_10_11_00_world.sql
Normal file
@@ -0,0 +1,23 @@
|
||||
-- Scourge Cage
|
||||
UPDATE `gameobject_template` SET `data2`=120000, AIName='SmartGameObjectAI', ScriptName='', `VerifiedBuild`=-18019 WHERE `entry` IN (
|
||||
187854,
|
||||
187855,
|
||||
187856,
|
||||
187857,
|
||||
187858,
|
||||
187859,
|
||||
187860,
|
||||
187861,
|
||||
187862,
|
||||
187863,
|
||||
187864,
|
||||
187865,
|
||||
187866,
|
||||
187867,
|
||||
187868,
|
||||
187870,
|
||||
187871,
|
||||
187872,
|
||||
187873,
|
||||
187874
|
||||
);
|
||||
Reference in New Issue
Block a user