diff options
| author | Malcrom <malcromdev@gmail.com> | 2012-05-25 23:53:33 -0230 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2012-05-25 23:53:33 -0230 |
| commit | 39a609ce5c3c926384273c7c1676d3f72a672d09 (patch) | |
| tree | 975d57f2a5a4ef25f042449ad43f72f978a572b2 /sql/updates | |
| parent | e56ce7394fbc953b5ad1036fc41594a46ff91548 (diff) | |
Core/DB: Some updates for UBRS from sniff
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2012_05_25_03_world_template.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_25_03_world_template.sql b/sql/updates/world/2012_05_25_03_world_template.sql new file mode 100644 index 00000000000..6ef112f342f --- /dev/null +++ b/sql/updates/world/2012_05_25_03_world_template.sql @@ -0,0 +1,8 @@ +-- Fix unit flags for Blackhand Incarcerator +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE `entry`=10316; +-- Fix unit flags for Pyroguard Emberseer +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|33554688 WHERE `entry`=9816; +-- Remove hack event script +DELETE FROM `event_scripts` WHERE `id`=4884; +-- Remove script to Dragonspire Hall Runes "UBRS" +UPDATE `gameobject_template` SET `ScriptName`= '' WHERE `entry` BETWEEN 175194 AND 175200; |
