From 5a7fb5a6cf0075ee08a0b1939d3bbec0cc322926 Mon Sep 17 00:00:00 2001 From: MitchesD Date: Fri, 16 Aug 2013 22:12:34 +0200 Subject: DB/Creature: Add missing creature_addon --- sql/updates/world/2013_08_16_03_world_misc.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2013_08_16_03_world_misc.sql (limited to 'sql') 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, ''); -- cgit v1.2.3