mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 12:52:25 +01:00
*Add new creature_template column VehicleId
*Allow spawn vehicles *Make vehicles grid objects. --HG-- branch : trunk
This commit is contained in:
2
sql/updates/2296_world_creature_template.sql
Normal file
2
sql/updates/2296_world_creature_template.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE creature_template
|
||||
ADD COLUMN `VehicleId` mediumint(8) unsigned NOT NULL default '0' AFTER `PetSpellDataId`;
|
||||
Reference in New Issue
Block a user