aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-05-22 20:12:50 +0200
committerKillyana <morphone1@gmail.com>2019-05-22 20:12:50 +0200
commit17057dbf3d357e9f05ed0e52b377038bf2930666 (patch)
treef92b290da7bb5075e0a979472b531c9389e24f67 /sql
parentc478d0cc7ce308443a267c2fd575c6d86734e574 (diff)
DB/Creature: Tidewalker Warrior
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2019_05_22_03_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_22_03_world.sql b/sql/updates/world/3.3.5/2019_05_22_03_world.sql
new file mode 100644
index 00000000000..b09bb01b699
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_05_22_03_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `creature` SET `id`=21225, `equipment_id`=1 WHERE `guid` IN (93880,93883,93888);
+UPDATE `creature_addon` SET `bytes2`=1 WHERE `guid` IN (93880,93883,93888);