diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2019-03-10 10:05:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-10 10:05:42 +0100 |
commit | 8140775bdaa84a25e7f68c42fe2b93d6aab1ca7c (patch) | |
tree | b964c757de15e2654cb793d41672aab021b7a419 | |
parent | 6f4acb542db5c6a674d11be553b4be78da043d85 (diff) |
DB/Creature: Brann Bronzebeard must respawn 20s if he dies on halls of stone not 1h
-rw-r--r-- | sql/updates/world/3.3.5/2019_03_10_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_03_10_00_world.sql b/sql/updates/world/3.3.5/2019_03_10_00_world.sql new file mode 100644 index 00000000000..f3876915ec4 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_03_10_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `spawntimesecs` = 20 WHERE `id` = 28070; |