Misc/Fixups

* made emotes random-searchable
 * fixed error with pageTexts on Item Detail Page
This commit is contained in:
Sarjuuk
2015-07-21 11:49:35 +02:00
parent 4ab558858f
commit 8fa83eab64
7 changed files with 39 additions and 35 deletions

View File

@@ -529,6 +529,7 @@ CREATE TABLE `aowow_emotes` (
`id` smallint(5) unsigned NOT NULL,
`cmd` varchar(15) NOT NULL,
`isAnimated` tinyint(1) unsigned NOT NULL,
`cuFlags` int(10) unsigned NOT NULL,
`target_loc0` varchar(65) NULL DEFAULT NULL,
`target_loc2` varchar(70) NULL DEFAULT NULL,
`target_loc3` varchar(95) NULL DEFAULT NULL,