aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-01-19 03:31:04 +0100
committerKillyana <morphone1@gmail.com>2016-01-19 03:31:04 +0100
commit89e316ca6c4011d0e643ca827f18412c3dec255f (patch)
tree4c10082e3e160e3afe8ec7c98b3025ce01a2a60f
parent9aad349b87623959c0d81dbc12cfcd55321aaf2a (diff)
DB/Creature: Battleguard Sartura
Fix the BaseAttackTime By @DevRival
-rw-r--r--sql/updates/world/2016_01_19_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_19_02_world.sql b/sql/updates/world/2016_01_19_02_world.sql
new file mode 100644
index 00000000000..7c71156b248
--- /dev/null
+++ b/sql/updates/world/2016_01_19_02_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `BaseAttackTime` = 1200 WHERE `entry` = 15516;