aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-01 15:06:11 -0500
committermegamage <none@none>2009-06-01 15:06:11 -0500
commit00d9a7b351fb0f474cb4859d120424dcbce97d78 (patch)
tree352cf0e430334fb6c19075d49b48f5994fd6abd2 /sql/updates
parent999b49201a61f0ca86fbe84be58d462a0dc80461 (diff)
parent56a005703be0342e9b8233a14d2b618b55164467 (diff)
*Merge. (4s rule while drinking in arena skipped because i do not know how to merge it)
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/919_world.sql3
-rw-r--r--sql/updates/TC1_1534_world.sql3
2 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/919_world.sql b/sql/updates/919_world.sql
new file mode 100644
index 00000000000..7aa9fa363e6
--- /dev/null
+++ b/sql/updates/919_world.sql
@@ -0,0 +1,3 @@
+ALTER TABLE version
+ ADD `core_revision` varchar(120) AFTER `core_version`;
+
diff --git a/sql/updates/TC1_1534_world.sql b/sql/updates/TC1_1534_world.sql
new file mode 100644
index 00000000000..cd80a785278
--- /dev/null
+++ b/sql/updates/TC1_1534_world.sql
@@ -0,0 +1,3 @@
+UPDATE `creature_template` SET `ScriptName` = 'mob_ethereal_apprentice' WHERE `entry` = 18430;
+
+DELETE FROM `creature` WHERE `id` = 18431;