mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
DB/Gameobject: Revert hack in cabfcb1a3d
This commit is contained in:
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