mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Creatures
* flag creatures using creaturedisplayinfoextra.dbc as humanoid
This commit is contained in:
4
setup/updates/1491915058_01.sql
Normal file
4
setup/updates/1491915058_01.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `aowow_creature`
|
||||
ADD COLUMN `humanoid` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0' AFTER `modelId`;
|
||||
|
||||
UPDATE `aowow_dbversion` SET `sql` = CONCAT(IFNULL(`sql`, ''), ' creature');
|
||||
Reference in New Issue
Block a user