aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-04-10 21:14:28 +0200
committerKillyana <morphone1@gmail.com>2020-04-10 21:14:28 +0200
commitafe2e67849755f607c6ec13907bb0ed33100fcb3 (patch)
tree3955379d62223a70ad8880b3b2259a10fb994079
parentd0f9ace67970f51bd1e9fb153a0844555f2b1ca2 (diff)
DB/Creature: Techbot
It's not a boss just a npc outside the dungeon and drop a quest item https://tcubuntu.northeurope.cloudapp.azure.com/aowow/?quest=2922
-rw-r--r--sql/updates/world/3.3.5/2020_04_10_01_world_335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_04_10_01_world_335.sql b/sql/updates/world/3.3.5/2020_04_10_01_world_335.sql
new file mode 100644
index 00000000000..40e6d9a408b
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_04_10_01_world_335.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature` SET `spawntimesecs`=600 WHERE `id` IN (6231);