Spells/Effects

* link to map with start/end position for SPELL_EFFECT_SEND_TAXI
This commit is contained in:
Sarjuuk 2026-01-13 19:11:47 +01:00
parent 03fb4045dc
commit a465de1653
6 changed files with 97 additions and 73 deletions

View file

@ -2881,8 +2881,11 @@ DROP TABLE IF EXISTS `aowow_taxinodes`;
CREATE TABLE `aowow_taxinodes` (
`id` smallint(5) unsigned NOT NULL,
`mapId` smallint(5) unsigned NOT NULL,
`posX` float unsigned NOT NULL,
`posY` float unsigned NOT NULL,
`mapX` float unsigned NOT NULL,
`mapY` float unsigned NOT NULL,
`areaId` smallint(5) unsigned NOT NULL,
`areaX` float unsigned NOT NULL,
`areaY` float unsigned NOT NULL,
`type` enum('NPC','GOBJECT') NOT NULL,
`typeId` mediumint(8) unsigned NOT NULL,
`reactA` tinyint(4) NOT NULL,