aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-08-08 02:23:53 +0300
committeroffl <offl@users.noreply.github.com>2020-08-08 02:23:53 +0300
commit6779a92cbae06d515097817890c7b35af15ffadf (patch)
tree0fe3da3d9641fe3f5393772ecd18e1b0cc295417
parentde56ed87368104780ddfb2e9c082076c9c83d575 (diff)
DB/Creature: Change respawn time of Lordaeron Footsoldier to correct
-rw-r--r--sql/updates/world/3.3.5/2020_08_08_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_08_01_world.sql b/sql/updates/world/3.3.5/2020_08_08_01_world.sql
new file mode 100644
index 00000000000..1bc24a0eec8
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_08_08_01_world.sql
@@ -0,0 +1,2 @@
+-- Change respawn time of Lordaeron Footsoldier to correct (Source: https://www.youtube.com/watch?v=ty7dzVLHCOE)
+UPDATE `creature` SET `spawntimesecs` = 45 WHERE `id` = 31254;