diff options
author | Nay <dnpd.dd@gmail.com> | 2012-01-31 13:37:21 +0000 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-01-31 13:37:21 +0000 |
commit | 4d6bd47f4eb5b4893096b2078234c28c6510b61d (patch) | |
tree | 39e7ad52d80d7e08c300175cb80ccd18e4881e2b /sql/old | |
parent | 1b676b1ccf2fc8c0aca9e0502164a7c68daf9b7c (diff) |
DB: 4.x database should be TDB *45* + all SQLs in sql/updates/world
Diffstat (limited to 'sql/old')
-rw-r--r-- | sql/old/3.3.5a/2011_12_13_02_creature_template_addon.sql | 2 | ||||
-rw-r--r-- | sql/old/3.3.5a/2011_12_14_01_gameobject_template.sql | 1 |
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 |