repo.or.cz
/
getmangos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[10051] Fixed talent 58426 broken after 3.3.3 switch.
[getmangos.git]
/
sql
/
updates
/
0.10
/
5505_mangos_npc_gossip.sql
blob
778c9ed76f8bb5000ce3aded2b046953c4e0c368
1
-- Some unused columns left
2
3
ALTER TABLE `npc_gossip`
4
DROP COLUMN `id`;
5
ALTER TABLE `npc_gossip`
6
DROP COLUMN `gossip_type`;
7
ALTER TABLE `npc_gossip`
8
DROP COLUMN `option_count`;