[9702] Drop now redundent item_text table.

* In beggining bad news: at 3.3.3 switch has been forgoted item_instance.data field chnage.
  In result items with texts (mail copy in to inventory, some other) lost text content.
* That why in current commit item_text droped without convertion. In result all itesm with texts
  will lost text. Sorry for this as i think small porblem :(
* Now text stored in item itself.
This commit is contained in:
VladimirMangos 2010-04-09 01:50:18 +04:00
parent 53486545b5
commit 24f2d03485
17 changed files with 85 additions and 152 deletions

View file

@ -109,6 +109,7 @@ pkgdata_DATA = \
9692_01_characters_mail.sql \
9692_02_characters_mail.sql \
9692_03_mangos_spell_proc_event.sql \
9702_01_characters_item.sql \
README
## Additional files to include when running 'make dist'
@ -198,4 +199,5 @@ EXTRA_DIST = \
9692_01_characters_mail.sql \
9692_02_characters_mail.sql \
9692_03_mangos_spell_proc_event.sql \
9702_01_characters_item.sql \
README