aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip <boev.filip@gmail.com>2013-08-26 16:15:17 +0200
committerFilip <boev.filip@gmail.com>2013-08-26 16:15:17 +0200
commit02258e93c0bd0e86eb55bc66ee7ed9f6fd4b6f5c (patch)
tree9ed3126c6ca36f79d15c65ed4f28d649b1af662e
parent93278328969627a17f3f516fda9f6b8c59b394da (diff)
DB/Errors: Error fix
Fixes #10634
-rw-r--r--sql/updates/world/2013_08_26_02_world_db_errors.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_26_02_world_db_errors.sql b/sql/updates/world/2013_08_26_02_world_db_errors.sql
new file mode 100644
index 00000000000..17c1d54d5a6
--- /dev/null
+++ b/sql/updates/world/2013_08_26_02_world_db_errors.sql
@@ -0,0 +1,3 @@
+DELETE FROM `creature_equip_template` WHERE `entry` =9543;
+INSERT INTO `creature_equip_template` (`entry`, `id`, `itemEntry1`, `itemEntry2`, `itemEntry3`) VALUES
+(9543, 1, 5280, 0, 0);