diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-10-14 12:07:53 +0200 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-11-06 10:10:41 +0100 |
commit | 687e93d017b89351f7ea64b71e9ca3662453161d (patch) | |
tree | 887f8d05c538941dceffb4c2845c1d3c8dc46eb4 | |
parent | 4888a6323893c9aba80419d6083ca930967cceab (diff) |
DB/Misc: Fix 2 runtime errors
By Malcrom
(cherry picked from commit 2478438117a2d01435f3d0b182d1a5fd5144792c)
-rw-r--r-- | sql/updates/world/2015_11_06_02_world_2015_10_14_02.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_06_02_world_2015_10_14_02.sql b/sql/updates/world/2015_11_06_02_world_2015_10_14_02.sql new file mode 100644 index 00000000000..44b00fceb04 --- /dev/null +++ b/sql/updates/world/2015_11_06_02_world_2015_10_14_02.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature_addon` WHERE `guid` IN (56606,56607); +INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(56606,566050,0,0,1,0, ''), +(56607,566050,0,0,1,0, ''); |