diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-09-15 23:19:51 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-09-15 23:20:58 +0200 |
| commit | 59e86f8df99da5193c53095a6d9d7ba22aa5d401 (patch) | |
| tree | bda3e90cb21ac4c0e398a99be5d575bbb12111f9 /sql | |
| parent | d6b60ce51c493d101d4c02aba7d31b2217e70afb (diff) | |
DB/Creatures: Fix "Frostbrood Vanquisher" flying
CLoses #5927
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_09_16_01_world_creature_template_addon.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_09_16_01_world_creature_template_addon.sql b/sql/updates/world/2012_09_16_01_world_creature_template_addon.sql new file mode 100644 index 00000000000..15415e856f3 --- /dev/null +++ b/sql/updates/world/2012_09_16_01_world_creature_template_addon.sql @@ -0,0 +1,3 @@ +DELETE FROM `creature_template_addon` WHERE `entry`=28670; -- Frostbrood Vanquisher +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(28670,0,0,0x3000000,0x1,0,'53112'); |
