diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-16 01:04:54 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2012-12-16 01:05:53 +0100 |
| commit | 78c7767cbddd9adf3d9114d3001df7cc50648511 (patch) | |
| tree | 4acf4bd5c25f856b2f6ecd1cdb3e3f3a3ff661d1 | |
| parent | a5e4fc8fd4296da70269bed48d76381d9e9d900d (diff) | |
DB/Creatures: Add corrects hover for Vyragosa and Chillmaw
| -rw-r--r-- | sql/updates/world/2012_12_16_00_world_creature_addon.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2012_12_16_00_world_creature_addon.sql b/sql/updates/world/2012_12_16_00_world_creature_addon.sql new file mode 100644 index 00000000000..a79bb407321 --- /dev/null +++ b/sql/updates/world/2012_12_16_00_world_creature_addon.sql @@ -0,0 +1,5 @@ +-- Vyragosa +UPDATE `creature_addon` SET `bytes1`=0x3000000 WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=32630); +-- Chillmaw +UPDATE `creature_addon` SET `bytes1`=0x3000000,`bytes2`=0x1 WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=33687); +DELETE FROM `creature_template_addon` WHERE `entry`=33687; |
