Advertisement
Rochet2

Transmogrification.sql

Jun 26th, 2012
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.23 KB | None | 0 0
  1.  
  2. ALTER TABLE `item_instance`
  3.     ADD COLUMN `FakeEntry` INT UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Fake item\'s entry' AFTER `text`,
  4.     ADD COLUMN `FakeOwner` INT UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Character GUIDLow' AFTER `FakeEntry`;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement