*Updated Kelidan the Breaker script - by Iskander

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2009-01-21 17:27:28 +01:00
parent 371a49179f
commit 83ea3d51bb
11 changed files with 291 additions and 13 deletions

View File

@@ -0,0 +1,6 @@
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';

View File

@@ -144,4 +144,5 @@ INSTALL(FILES
927_characters.sql
930_characters.sql
933_world_scripts.sql
935_world_scripts.sql
DESTINATION share/trinity/sql/updates)