aboutsummaryrefslogtreecommitdiff
path: root/sql/old/3.3.5a
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2012-01-31 13:37:21 +0000
committerNay <dnpd.dd@gmail.com>2012-01-31 13:37:21 +0000
commit4d6bd47f4eb5b4893096b2078234c28c6510b61d (patch)
tree39e7ad52d80d7e08c300175cb80ccd18e4881e2b /sql/old/3.3.5a
parent1b676b1ccf2fc8c0aca9e0502164a7c68daf9b7c (diff)
DB: 4.x database should be TDB *45* + all SQLs in sql/updates/world
Diffstat (limited to 'sql/old/3.3.5a')
-rw-r--r--sql/old/3.3.5a/2011_12_13_02_creature_template_addon.sql2
-rw-r--r--sql/old/3.3.5a/2011_12_14_01_gameobject_template.sql1
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/old/3.3.5a/2011_12_13_02_creature_template_addon.sql b/sql/old/3.3.5a/2011_12_13_02_creature_template_addon.sql
new file mode 100644
index 00000000000..2e7280927bf
--- /dev/null
+++ b/sql/old/3.3.5a/2011_12_13_02_creature_template_addon.sql
@@ -0,0 +1,2 @@
+-- Fix speed of oculus drakes
+UPDATE `creature_template_addon` SET `auras`='50325' WHERE `entry` IN (27755,27692,27756); \ No newline at end of file
diff --git a/sql/old/3.3.5a/2011_12_14_01_gameobject_template.sql b/sql/old/3.3.5a/2011_12_14_01_gameobject_template.sql
new file mode 100644
index 00000000000..12729afd6b8
--- /dev/null
+++ b/sql/old/3.3.5a/2011_12_14_01_gameobject_template.sql
@@ -0,0 +1 @@
+UPDATE `gameobject_template` SET `scriptName` = 'go_ethereal_teleport_pad' WHERE `entry` = 184073; -- Update Ethereal Teleport Pad scriptname \ No newline at end of file