diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-09 13:52:54 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-09 13:52:54 +0200 |
commit | a96771aca6722284b09a59e305aedb82a76f5dca (patch) | |
tree | cb80bd8cb172d64f451462c8199d186dfdf7118a | |
parent | fc89b558cce32a70f92670b3f5caae6ec586b61b (diff) |
DB/Creature: Update some wrong creature_template_addon
-rw-r--r-- | sql/updates/world/2014_07_09_02_world_creature_template_addon.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_09_02_world_creature_template_addon.sql b/sql/updates/world/2014_07_09_02_world_creature_template_addon.sql new file mode 100644 index 00000000000..801eb08e306 --- /dev/null +++ b/sql/updates/world/2014_07_09_02_world_creature_template_addon.sql @@ -0,0 +1,7 @@ +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT guid FROM `creature` WHERE `id` = 684); +DELETE FROM `creature_template_addon` WHERE `entry` IN (21337,636,684); + +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(21337, 0, 0, 131072, 1, 0, '5916 30982'), +(636, 0, 0, 131072, 1, 0, '6408'), +(684, 0, 0, 131072, 1, 0, '22766'); |