Skip to content

Commit

Permalink
DB/World Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Traesh committed Aug 21, 2018
1 parent 77b1b6e commit 6d34686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/ashamane/world/2018_08_21_04_world.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ UPDATE `creature_template` SET `InhabitType` = 1 WHERE (entry = 107544);
UPDATE `creature_template_addon` SET `bytes1` = 0, auras = '' WHERE (entry = 107544);
UPDATE `creature_addon` SET `bytes1` = 0, auras = '' WHERE (guid = 20533575);

insert into `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseUseFlags`, `PhaseId`, `PhaseGroup`, `terrainSwapMap`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) values²
insert into `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseUseFlags`, `PhaseId`, `PhaseGroup`, `terrainSwapMap`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) values
('20533575','107544','1220','0','0','1','0','0','0','-1','0','0','4011.561523','2342.605713','359.910645','2.204376','7200','0','0','391199584','1','0','0','0','0','0','0','','22810');

0 comments on commit 6d34686

Please sign in to comment.