aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip <boev.filip@gmail.com>2013-08-16 13:40:16 -0700
committerFilip <boev.filip@gmail.com>2013-08-16 13:40:16 -0700
commit724f843d551638bd8e0b2fbe606583454837aff9 (patch)
treec6f592ccef2d88714c0657b26a12360d9caff9cf
parenta4f7f4331908bb0a7a8dbc4ce5fae0b9def9c165 (diff)
parent5a7fb5a6cf0075ee08a0b1939d3bbec0cc322926 (diff)
Merge pull request #10553 from MitchesD/creature_addon
DB/Creature: Add missing creature_addon
-rw-r--r--sql/updates/world/2013_08_16_03_world_misc.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_16_03_world_misc.sql b/sql/updates/world/2013_08_16_03_world_misc.sql
new file mode 100644
index 00000000000..9e49d79be4d
--- /dev/null
+++ b/sql/updates/world/2013_08_16_03_world_misc.sql
@@ -0,0 +1,5 @@
+DELETE FROM `creature_addon` WHERE `guid` IN (127445, 127446, 127447);
+INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
+(127445, 0, 26751, 0, 1, 0, ''),
+(127446, 0, 26751, 0, 1, 0, ''),
+(127447, 0, 26751, 0, 1, 0, '');