diff options
| author | Killyana <morphone1@gmail.com> | 2020-04-10 21:14:28 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-04-10 21:14:28 +0200 |
| commit | afe2e67849755f607c6ec13907bb0ed33100fcb3 (patch) | |
| tree | 3955379d62223a70ad8880b3b2259a10fb994079 | |
| parent | d0f9ace67970f51bd1e9fb153a0844555f2b1ca2 (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.sql | 2 |
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); |
