aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/2296_world.sql
diff options
context:
space:
mode:
authorDrahy <none@none>2009-03-29 11:25:40 +0200
committerDrahy <none@none>2009-03-29 11:25:40 +0200
commit60710d6116578a496a2684099dc7fbf516429531 (patch)
treebe41195d2bda039c929b971be0c19e4e930d8387 /sql/updates/2296_world.sql
parent783e4fd3ff077b3023046f407a99552c109ef486 (diff)
* Used trinity sql coding style for proper import
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/2296_world.sql')
-rw-r--r--sql/updates/2296_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/2296_world.sql b/sql/updates/2296_world.sql
new file mode 100644
index 00000000000..716d6be4b82
--- /dev/null
+++ b/sql/updates/2296_world.sql
@@ -0,0 +1,2 @@
+ALTER TABLE creature_template
+ ADD COLUMN `VehicleId` mediumint(8) unsigned NOT NULL default '0' AFTER `PetSpellDataId`; \ No newline at end of file