mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[9692] Switch to support client 3.3.3a (build 11723)
Merge branch '330' You need regenerate dbc/map/vmap files. Thanks to TOM_RUS who make most work for adding 3.3.3 support. ;)
This commit is contained in:
parent
b37933454d
commit
cf6aac84fd
10 changed files with 25 additions and 13 deletions
|
|
@ -1,3 +0,0 @@
|
|||
UPDATE `mail` LEFT JOIN `item_text` ON `mail`.`itemtextid` = `item_text`.`id` SET `mail`.`body`=`item_text`.`text`;
|
||||
DELETE item_text FROM mail, item_text WHERE mail.itemtextid = item_text.id;
|
||||
ALTER TABLE `mail` DROP COLUMN `itemtextid`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue