aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2013-08-16 22:12:34 +0200
committerMitchesD <majklprofik@seznam.cz>2013-08-16 22:12:34 +0200
commit5a7fb5a6cf0075ee08a0b1939d3bbec0cc322926 (patch)
tree2bcfa983dee749e90c71f816b3347eb83d8d7667
parentca78aff37f8ef9ef9a68bebafbe6375048557a8e (diff)
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, '');