Files
TrinityCore/sql/updates/935_world_scripts.sql
Drahy 3c7c36729c * Finally got all of the sql updates together and also changed their format
* Updated world_scripts_full.sql to rev 973 (complete 2.4.3)
* Now I am starting 3.0.x sqls

--HG--
branch : trunk
2009-02-05 02:09:23 +01:00

6 lines
296 B
SQL

DELETE FROM `creature` WHERE `id`='17653';
UPDATE `gameobject_template` SET `flags`='4' WHERE `entry` IN ('181766','181823');
UPDATE `gameobject` SET `SpawnMask`='3',`state`='1' WHERE `id` IN ('181766','181823');
UPDATE `instance_template` SET `script`='instance_blood_furnace' WHERE `map`=542;