aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-01-16 23:05:04 +0100
committerKillyana <morphone1@gmail.com>2020-01-16 23:05:04 +0100
commitd3d9a023649f324677a56add8f549dd444ac17b9 (patch)
treebf0d4b3171a38253317568b6c1e7a1ab3826bde1
parent4913edf81bfbd505e3218161b45705962876552d (diff)
DB/Equipments: Fix an error from a previous commit
-rw-r--r--sql/updates/world/3.3.5/2020_01_16_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_01_16_00_world.sql b/sql/updates/world/3.3.5/2020_01_16_00_world.sql
new file mode 100644
index 00000000000..7cd173deb9f
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_01_16_00_world.sql
@@ -0,0 +1,4 @@
+--
+UPDATE `creature` SET `equipment_id`=-1 WHERE `id` IN (1976, 14901, 23745, 24015, 24062, 24212, 28579, 32710, 32711, 34838);
+UPDATE `creature` SET `equipment_id`=0 WHERE `guid` IN (34838,24212,28579,24062,23745,24015);
+UPDATE `creature` SET `equipment_id`=1 WHERE `guid` IN (1976,14901,32710,32711);